Remove the debugging from the testing.
This commit is contained in:
parent
b36921fbe8
commit
d511226ea6
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, "https://") \
|
||||||
&& !g_str_has_prefix(uri, "about:") \
|
&& !g_str_has_prefix(uri, "about:") \
|
||||||
&& strlen(uri) > 0) {
|
&& strlen(uri) > 0) {
|
||||||
printf("Handle plumb: %s\n", uri);
|
|
||||||
handleplumb(c, w, uri);
|
handleplumb(c, w, uri);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue