removed debug logging
This commit is contained in:
parent
5dbfa6fbcf
commit
b49bfed1f0
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue