Removed log that shouldnt be there

This commit is contained in:
buffet 2019-02-03 14:50:01 +01:00
parent 43f561e65a
commit 4a9e2217b9

View file

@ -49,7 +49,6 @@ fn surface_added(
shell.ping(); shell.ping();
let state: &mut CompositorState = compositor.downcast(); let state: &mut CompositorState = compositor.downcast();
state.shells.push(shell.weak_reference()); state.shells.push(shell.weak_reference());
log::warn!("shells.len(): {}", state.shells.len());
let layout_handle = &state.layout_handle; let layout_handle = &state.layout_handle;
use layout_handle as layout; use layout_handle as layout;
for (output_handle, _) in layout.outputs() { for (output_handle, _) in layout.outputs() {