mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-04-03 23:11:28 +03:00
remove some debug logs
This commit is contained in:
@@ -167,7 +167,6 @@ impl InputCapture {
|
||||
|
||||
/// release mouse
|
||||
pub async fn release(&mut self) -> Result<(), CaptureError> {
|
||||
log::info!("RELEASE CAPTURE");
|
||||
self.pressed_keys.clear();
|
||||
self.capture.release().await
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user