From 4a9e2217b9aa9f5c977a1ec68986428778e2f93a Mon Sep 17 00:00:00 2001 From: Charlotte Meyer Date: Sun, 3 Feb 2019 14:50:01 +0100 Subject: [PATCH] Removed log that shouldnt be there --- src/shells/xdg_v6.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/shells/xdg_v6.rs b/src/shells/xdg_v6.rs index b147878..6a04eb9 100644 --- a/src/shells/xdg_v6.rs +++ b/src/shells/xdg_v6.rs @@ -49,7 +49,6 @@ fn surface_added( shell.ping(); let state: &mut CompositorState = compositor.downcast(); state.shells.push(shell.weak_reference()); - log::warn!("shells.len(): {}", state.shells.len()); let layout_handle = &state.layout_handle; use layout_handle as layout; for (output_handle, _) in layout.outputs() {