From: Marco Peereboom Date: Mon, 19 Jan 2009 15:11:47 +0000 (+0000) Subject: Stray debug X-Git-Url: https://jasonwoof.com/gitweb/?a=commitdiff_plain;h=40da6badcbfde4d2a7d6a7cfd990526798a02795;p=spectrwm.git Stray debug --- diff --git a/scrotwm.c b/scrotwm.c index 596e5a0..2af2ffa 100644 --- 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(); }