Removed log that shouldnt be there
This commit is contained in:
parent
43f561e65a
commit
4a9e2217b9
1 changed files with 0 additions and 1 deletions
|
@ -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() {
|
||||||
|
|
Loading…
Reference in a new issue