Remove the debugging from the testing.
This commit is contained in:
parent
b36921fbe8
commit
d511226ea6
1 changed files with 0 additions and 1 deletions
1
surf.c
1
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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue