remove debug log

This commit is contained in:
Ferdinand Schober
2024-07-14 12:04:39 +02:00
parent 8e94a64570
commit 151ff34383

View File

@@ -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");
}