[hackers] [st] Removing the debug messages again. || Christoph Lohmann
commit deb720af7fe480b03c881818e79164817ce6f85f
Author: Christoph Lohmann <20h_AT_r-36.net>
Date: Sun Jan 20 17:13:48 2013 +0100
Removing the debug messages again.
diff --git a/st.c b/st.c
index 1a40765..96e66fb 100644
--- a/st.c
+++ b/st.c
_AT_@ -844,7 +844,6 @@ xsetsel(char *str) {
void
brelease(XEvent *e) {
- fprintf(stderr, "brelease
");
struct timeval now;
if(IS_SET(MODE_MOUSE)) {
_AT_@ -3175,7 +3174,6 @@ run(void) {
XNextEvent(xw.dpy, &ev);
if(XFilterEvent(&ev, None))
continue;
- fprintf(stderr, "ev.type = %d
", ev.type);
if(handler[ev.type])
(handler[ev.type])(&ev);
}
Received on Sun Jan 20 2013 - 17:13:58 CET
This archive was generated by hypermail 2.3.0
: Sun Jan 20 2013 - 17:24:07 CET