From a47c55d81ac0fbf361cd4c3e2006410a16c2e403 Mon Sep 17 00:00:00 2001 From: pentamassiv Date: Thu, 15 Aug 2024 15:21:25 +0200 Subject: [PATCH] Push --- tests/common/enigo_test.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/common/enigo_test.rs b/tests/common/enigo_test.rs index f257900a..a581048c 100644 --- a/tests/common/enigo_test.rs +++ b/tests/common/enigo_test.rs @@ -47,7 +47,6 @@ impl EnigoTest { self.move_mouse(200, 200, Abs).unwrap(); self.button(Button::Left, Click).unwrap(); }; - println!("Attempt to maximize the browser"); if let BrowserEvent::BrowserResized(x, y) = self.read_message() { println!("Browser window: {x},{y}");