| tRemove the debugging from the testing. - surf - customized build of surf, the … | |
| git clone git://src.adamsgaard.dk/surf | |
| Log | |
| Files | |
| Refs | |
| README | |
| LICENSE | |
| --- | |
| commit d511226ea64345be7a63662cdf9c9a20fb79a6d9 | |
| parent b36921fbe87631ead6e57aebf348aa5beca3ddca | |
| Author: Christoph Lohmann <[email protected]> | |
| Date: Mon, 19 Jan 2015 22:31:31 +0100 | |
| Remove the debugging from the testing. | |
| Diffstat: | |
| M surf.c | 1 - | |
| 1 file changed, 0 insertions(+), 1 deletion(-) | |
| --- | |
| diff --git a/surf.c b/surf.c | |
| t@@ -221,7 +221,6 @@ beforerequest(WebKitWebView *w, WebKitWebFrame *f, WebKitW… | |
| && !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); | |
| } | |
| } |