[hackers] [surf] Removing the debug print from the last commit. || Christoph Lohmann

From: <git_AT_suckless.org>
Date: Tue, 10 Feb 2015 19:07:25 +0100 (CET)

commit b4ca032b8c61402c1ccdf29a64fed4f605cbcf7e
Author: Christoph Lohmann <20h_AT_r-36.net>
Date: Tue Feb 10 19:06:56 2015 +0100

    Removing the debug print from the last commit.

diff --git a/surf.c b/surf.c
index c5da191..87c10ef 100644
--- a/surf.c
+++ b/surf.c
_AT_@ -300,7 +300,6 @@ buttonrelease(WebKitWebView *web, GdkEventButton *e, Client *c) {
 
         g_object_get(result, "context", &context, NULL);
         g_object_get(result, "link-uri", &arg.v, NULL);
- printf("%d %d\n", context, e->button);
         for(i = 0; i < LENGTH(buttons); i++) {
                 if(context & buttons[i].click && e->button == buttons[i].button &&
                 CLEANMASK(e->state) == CLEANMASK(buttons[i].mask) && buttons[i].func) {
Received on Tue Feb 10 2015 - 19:07:25 CET

This archive was generated by hypermail 2.3.0 : Tue Feb 10 2015 - 19:12:19 CET