diff options
author | Christoph Lohmann <20h@r-36.net> | 2015-01-19 22:31:31 +0100 |
---|---|---|
committer | Christoph Lohmann <20h@r-36.net> | 2015-01-19 22:31:31 +0100 |
commit | d511226ea64345be7a63662cdf9c9a20fb79a6d9 (patch) | |
tree | b87f29b4a346e17108e8d7a699ca0b8fda0367f2 /surf.c | |
parent | b36921fbe87631ead6e57aebf348aa5beca3ddca (diff) | |
download | surf-d511226ea64345be7a63662cdf9c9a20fb79a6d9.tar.gz surf-d511226ea64345be7a63662cdf9c9a20fb79a6d9.tar.bz2 surf-d511226ea64345be7a63662cdf9c9a20fb79a6d9.zip |
Remove the debugging from the testing.
Diffstat (limited to 'surf.c')
-rw-r--r-- | surf.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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); } } |