Remove the debugging from the testing.
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user