mirror of
https://gitlab.com/marcandre.lureau/qemu-display.git
synced 2025-02-04 17:55:15 +00:00
Remove dbg leftover
This commit is contained in:
parent
133f2046b3
commit
8d127cab56
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user