diff --git a/src/wmspec.c b/src/wmspec.c index 2ce0269a..fa8236e5 100644 --- a/src/wmspec.c +++ b/src/wmspec.c @@ -1031,7 +1031,6 @@ doStateAtom(WWindow *wwin, Atom state, int set, Bool init) } } } else if (state == net_wm_state_fullscreen) { - puts("GoT FS ST"); if (set == _NET_WM_STATE_TOGGLE) { set = !(wwin->flags.fullscreen); }