]> code.delx.au - spectrwm/commitdiff
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 596e5a0e4c5b6fc10e660de22c84b63cd062c130..2af2ffa24309022a3d613d3dc374699a6d94e6e6 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();
 }