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() {