diff --git a/src/state.rs b/src/state.rs index 993d0fb..bd79771 100644 --- a/src/state.rs +++ b/src/state.rs @@ -468,8 +468,6 @@ where window, state, }) => { - info!("FullscreenEvent for window {}: {:?}", window, state); - if match state { FullscreenState::On => { self.clients.set_fullscreen(&window, true)