From 9de3560d9f0f534da42a7c32a09bff148a9d300a Mon Sep 17 00:00:00 2001 From: dan Date: Mon, 18 Oct 2004 14:45:59 +0000 Subject: [PATCH] removed some debugging print from the code --- src/wmspec.c | 1 - 1 file changed, 1 deletion(-) 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); } -- 2.11.4.GIT