]> git.armaanb.net Git - st.git/commitdiff
Removing the debug messages again.
authorChristoph Lohmann <20h@r-36.net>
Sun, 20 Jan 2013 16:13:48 +0000 (17:13 +0100)
committerChristoph Lohmann <20h@r-36.net>
Sun, 20 Jan 2013 16:13:48 +0000 (17:13 +0100)
st.c

diff --git a/st.c b/st.c
index 1a407652cbd670f1f612e6dea491f606c342932b..96e66fb23f669fe1c7fe505a31de623ba9e6a140 100644 (file)
--- a/st.c
+++ b/st.c
@@ -844,7 +844,6 @@ xsetsel(char *str) {
 
 void
 brelease(XEvent *e) {
-       fprintf(stderr, "brelease\n");
        struct timeval now;
 
        if(IS_SET(MODE_MOUSE)) {
@@ -3175,7 +3174,6 @@ run(void) {
                        XNextEvent(xw.dpy, &ev);
                        if(XFilterEvent(&ev, None))
                                continue;
-                       fprintf(stderr, "ev.type = %d\n", ev.type);
                        if(handler[ev.type])
                                (handler[ev.type])(&ev);
                }