From: Marco Peereboom Date: Mon, 8 Aug 2011 22:45:14 +0000 (+0000) Subject: stray debug X-Git-Url: https://jasonwoof.com/gitweb/?a=commitdiff_plain;h=77f803db691fa603a8c2c195a69dba7bb7a1cdd6;p=spectrwm.git stray debug --- diff --git a/scrotwm.c b/scrotwm.c index 09f2529..b4d20e8 100644 --- a/scrotwm.c +++ b/scrotwm.c @@ -3067,7 +3067,6 @@ send_to_ws(struct swm_region *r, union arg *args) void pressbutton(struct swm_region *r, union arg *args) { -fprintf(stderr, "%d\n", args->id); XTestFakeButtonEvent(display, args->id, True, CurrentTime); XTestFakeButtonEvent(display, args->id, False, CurrentTime); }