JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
stray debug
authorMarco Peereboom <marco@conformal.com>
Mon, 8 Aug 2011 22:45:14 +0000 (22:45 +0000)
committerMarco Peereboom <marco@conformal.com>
Mon, 8 Aug 2011 22:45:14 +0000 (22:45 +0000)
scrotwm.c

index 09f2529..b4d20e8 100644 (file)
--- 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);
 }