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

@@ -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
}