removed debug logging

This commit is contained in:
Janis 2021-12-02 21:36:51 +01:00
parent 5dbfa6fbcf
commit b49bfed1f0

View file

@ -468,8 +468,6 @@ where
window, window,
state, state,
}) => { }) => {
info!("FullscreenEvent for window {}: {:?}", window, state);
if match state { if match state {
FullscreenState::On => { FullscreenState::On => {
self.clients.set_fullscreen(&window, true) self.clients.set_fullscreen(&window, true)