removed debug logging
This commit is contained in:
parent
5dbfa6fbcf
commit
b49bfed1f0
|
@ -468,8 +468,6 @@ where
|
|||
window,
|
||||
state,
|
||||
}) => {
|
||||
info!("FullscreenEvent for window {}: {:?}", window, state);
|
||||
|
||||
if match state {
|
||||
FullscreenState::On => {
|
||||
self.clients.set_fullscreen(&window, true)
|
||||
|
|
Loading…
Reference in a new issue