mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-04-23 01:13:19 +03:00
remove debug log
This commit is contained in:
@@ -418,9 +418,7 @@ impl Server {
|
|||||||
};
|
};
|
||||||
|
|
||||||
/* notify emulation, capture and frontends */
|
/* notify emulation, capture and frontends */
|
||||||
log::debug!("capture.send(Create)");
|
|
||||||
let _ = capture.send(CaptureEvent::Create(handle, pos.into())).await;
|
let _ = capture.send(CaptureEvent::Create(handle, pos.into())).await;
|
||||||
log::debug!("emulation.send(Create)");
|
|
||||||
let _ = emulate.send(EmulationEvent::Create(handle)).await;
|
let _ = emulate.send(EmulationEvent::Create(handle)).await;
|
||||||
log::debug!("activating client {handle} done");
|
log::debug!("activating client {handle} done");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user