Remove dbg leftover

This commit is contained in:
Marc-André Lureau 2021-07-05 16:50:35 +04:00
parent 133f2046b3
commit 8d127cab56

View File

@ -209,7 +209,6 @@ mod imp {
use futures_util::StreamExt;
while let Some(abs) = abs_changed.next().await {
dbg!(&abs);
let abs = if let Some(abs) = abs {
abs.try_into().unwrap_or(false)
} else {