summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Lohmann <20h@r-36.net>2015-01-19 22:31:31 +0100
committerChristoph Lohmann <20h@r-36.net>2015-01-19 22:31:31 +0100
commitd511226ea64345be7a63662cdf9c9a20fb79a6d9 (patch)
treeb87f29b4a346e17108e8d7a699ca0b8fda0367f2
parentb36921fbe87631ead6e57aebf348aa5beca3ddca (diff)
downloadsurf-d511226ea64345be7a63662cdf9c9a20fb79a6d9.tar.gz
surf-d511226ea64345be7a63662cdf9c9a20fb79a6d9.tar.bz2
surf-d511226ea64345be7a63662cdf9c9a20fb79a6d9.zip
Remove the debugging from the testing.
-rw-r--r--surf.c1
1 files changed, 0 insertions, 1 deletions
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);
}
}