Remove the debugging from the testing.

This commit is contained in:
Christoph Lohmann 2015-01-19 22:31:31 +01:00
parent b36921fbe8
commit d511226ea6
1 changed files with 0 additions and 1 deletions

1
surf.c
View File

@ -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);
}
}