remove some debug logs

This commit is contained in:
Ferdinand Schober
2024-09-24 19:22:17 +02:00
parent ed7771691f
commit 859bec5df8
5 changed files with 9 additions and 17 deletions

View File

@@ -96,7 +96,6 @@ impl LanMouseConnection {
) -> Result<(), LanMouseConnectionError> {
let (buf, len): ([u8; MAX_EVENT_SIZE], usize) = event.into();
let buf = &buf[..len];
log::info!("{event} =>=>=>=>=>=> {handle}");
if let Some(addr) = self.server.active_addr(handle) {
let conn = {
let conns = self.conns.lock().await;