From d511226ea64345be7a63662cdf9c9a20fb79a6d9 Mon Sep 17 00:00:00 2001 From: Christoph Lohmann <20h@r-36.net> Date: Mon, 19 Jan 2015 22:31:31 +0100 Subject: [PATCH] Remove the debugging from the testing. --- surf.c | 1 - 1 file changed, 1 deletion(-) diff --git a/surf.c b/surf.c index 9b75829..3fbe743 100644 --- a/surf.c +++ b/surf.c @@ -221,7 +221,6 @@ beforerequest(WebKitWebView *w, WebKitWebFrame *f, WebKitWebResource *r, && !g_str_has_prefix(uri, "https://") \ && !g_str_has_prefix(uri, "about:") \ && strlen(uri) > 0) { - printf("Handle plumb: %s\n", uri); handleplumb(c, w, uri); } } -- 2.20.1