[hackers] [st] Removing some debug messages. || Christoph Lohmann

From: <git_AT_suckless.org>
Date: Fri, 08 Feb 2013 20:26:24 +0100

commit ce3efa9e9b50b0d86ef2d030657dfc69034d6ef7
Author: Christoph Lohmann <20h_AT_r-36.net>
Date: Fri Feb 8 20:24:26 2013 +0100

    Removing some debug messages.

diff --git a/st.c b/st.c
index a1932dd..4d1c1bb 100644
--- a/st.c
+++ b/st.c
_AT_@ -807,7 +807,6 @@ void selclear(XEvent *e) {
 
 void
 selrequest(XEvent *e) {
- fprintf(stderr, "selrequest
");
         XSelectionRequestEvent *xsre;
         XSelectionEvent xev;
         Atom xa_targets, string;
_AT_@ -843,7 +842,6 @@ selrequest(XEvent *e) {
 
 void
 xsetsel(char *str) {
- fprintf(stderr, "xsetsel: %s
", str);
         /* register the selection for both the clipboard and the primary */
         Atom clipboard;
 
Received on Fri Feb 08 2013 - 20:26:24 CET

This archive was generated by hypermail 2.3.0 : Fri Feb 08 2013 - 20:36:05 CET