From 4a4ceecce45d15357e5edf12f8da7bc003f3ad9d Mon Sep 17 00:00:00 2001 From: David Hill Date: Thu, 12 Jul 2012 22:49:52 -0400 Subject: [PATCH] remove a debug statement that snuck in --- spectrwm.c | 1 - 1 file changed, 1 deletion(-) diff --git a/spectrwm.c b/spectrwm.c index 4c8387f..d550374 100644 --- a/spectrwm.c +++ b/spectrwm.c @@ -6474,7 +6474,6 @@ manage_window(xcb_window_t id) /* Get all the window data in one shot */ ws_idx_atom = get_atom_from_string("_SWM_WS"); - fprintf(stderr, "ws_idx_atom: %d\n", ws_idx_atom); if (ws_idx_atom) { gpr = xcb_get_property_reply(conn, xcb_get_property(conn, False, id, ws_idx_atom, -- 1.7.10.4