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