JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
remove a debug statement that snuck in
authorDavid Hill <dhill@conformal.com>
Fri, 13 Jul 2012 02:49:52 +0000 (22:49 -0400)
committerReginald Kennedy <rk@rejii.com>
Fri, 20 Jul 2012 21:58:33 +0000 (05:58 +0800)
spectrwm.c

index 4c8387f..d550374 100644 (file)
@@ -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,