JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
Stray debug
authorMarco Peereboom <marco@conformal.com>
Mon, 19 Jan 2009 15:11:47 +0000 (15:11 +0000)
committerMarco Peereboom <marco@conformal.com>
Mon, 19 Jan 2009 15:11:47 +0000 (15:11 +0000)
scrotwm.c

index 596e5a0..2af2ffa 100644 (file)
--- a/scrotwm.c
+++ b/scrotwm.c
@@ -659,7 +659,6 @@ switchws(struct swm_region *r, union arg *args)
                return;
 
        other_r = new_ws->r;
-       fprintf(stderr, "switchws: other_r %p\n", other_r);
        if (!other_r) {
                /* if the other workspace is hidden, switch windows */
        
@@ -1460,7 +1459,6 @@ destroynotify(XEvent *e)
                set_win_state(win, WithdrawnState);
                free(win);
        }
-
        stack();
 }