JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
removed useless debug info
authorarg@mmvi <unknown>
Tue, 26 Sep 2006 06:17:35 +0000 (08:17 +0200)
committerarg@mmvi <unknown>
Tue, 26 Sep 2006 06:17:35 +0000 (08:17 +0200)
event.c

diff --git a/event.c b/event.c
index 50c59a0..afd13c8 100644 (file)
--- a/event.c
+++ b/event.c
@@ -1,4 +1,3 @@
-#include <stdio.h>
 /*
  * (C)opyright MMVI Anselm R. Garbe <garbeam at gmail dot com>
  * See LICENSE file for license details.
@@ -154,7 +153,6 @@ configurerequest(XEvent *e) {
        XEvent synev;
        XWindowChanges wc;
 
-       fputs("configurerequest\n", stderr);
        if((c = getclient(ev->window))) {
                c->ismax = False;
                gravitate(c, True);
@@ -211,7 +209,6 @@ enternotify(XEvent *e) {
        Client *c;
        XCrossingEvent *ev = &e->xcrossing;
 
-       fputs("enternotify\n", stderr);
        if(ev->mode != NotifyNormal || ev->detail == NotifyInferior)
                return;
 
@@ -299,7 +296,6 @@ propertynotify(XEvent *e) {
        Window trans;
        XPropertyEvent *ev = &e->xproperty;
 
-       fputs("propertynotify\n", stderr);
        if(ev->state == PropertyDelete)
                return; /* ignore */