From 104bbbc25d01943d93e6e628f929b9bab352234d Mon Sep 17 00:00:00 2001 From: Piyush Raj Date: Mon, 18 Jan 2021 16:07:58 +0530 Subject: [PATCH] delete print --- src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index dc79f03..a2f55e7 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -77,7 +77,6 @@ pub fn build_ui(app: >k::Application, config: Arc::>) { about_window.connect_delete_event(|a,_| { a.hide(); - println!("Hah phirse"); Inhibit(true) });