[hackers] [surf] Remove the debugging from the testing. || Christoph Lohmann
commit d511226ea64345be7a63662cdf9c9a20fb79a6d9
Author: Christoph Lohmann <20h_AT_r-36.net>
Date: Mon Jan 19 22:31:31 2015 +0100
Remove the debugging from the testing.
diff --git a/surf.c b/surf.c
index 9b75829..3fbe743 100644
--- a/surf.c
+++ b/surf.c
_AT_@ -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);
}
}
Received on Mon Jan 19 2015 - 22:31:45 CET
This archive was generated by hypermail 2.3.0
: Mon Jan 19 2015 - 22:36:21 CET