X-Git-Url: https://git.danieliu.xyz/?p=surf.git;a=blobdiff_plain;f=surf.c;h=87c10efe1b4c6558ed3bf9e71358a46e9c49c716;hp=c5da19109535f43acfece0022c72f7fbd5e2c2f3;hb=b4ca032b8c61402c1ccdf29a64fed4f605cbcf7e;hpb=29c2ab207afe24c48aaadaf3d2b60390eed4ce6a diff --git a/surf.c b/surf.c index c5da191..87c10ef 100644 --- a/surf.c +++ b/surf.c @@ -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) {