diff options
author | Christoph Lohmann <20h@r-36.net> | 2015-02-10 19:06:56 +0100 |
---|---|---|
committer | Christoph Lohmann <20h@r-36.net> | 2015-02-10 19:06:56 +0100 |
commit | b4ca032b8c61402c1ccdf29a64fed4f605cbcf7e (patch) | |
tree | 1237374e70f9f69023e992fbb280e0949af3c619 /surf.c | |
parent | 29c2ab207afe24c48aaadaf3d2b60390eed4ce6a (diff) |
Removing the debug print from the last commit.
Diffstat (limited to 'surf.c')
-rw-r--r-- | surf.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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) { |