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,
state,
}) => {
info!("FullscreenEvent for window {}: {:?}", window, state);
if match state {
FullscreenState::On => {
self.clients.set_fullscreen(&window, true)