mirror of
https://github.com/rustdesk/qemu-display.git
synced 2025-08-17 16:25:39 +00:00
Remove dbg leftover
This commit is contained in:
parent
133f2046b3
commit
8d127cab56
@ -209,7 +209,6 @@ mod imp {
|
|||||||
use futures_util::StreamExt;
|
use futures_util::StreamExt;
|
||||||
|
|
||||||
while let Some(abs) = abs_changed.next().await {
|
while let Some(abs) = abs_changed.next().await {
|
||||||
dbg!(&abs);
|
|
||||||
let abs = if let Some(abs) = abs {
|
let abs = if let Some(abs) = abs {
|
||||||
abs.try_into().unwrap_or(false)
|
abs.try_into().unwrap_or(false)
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user