X-Git-Url: https://git.danieliu.xyz/?p=surf.git;a=blobdiff_plain;f=surf.c;h=3fbe7433f296e8d2b8efa4e51f79267755b8dcbb;hp=9b75829adc76fe88b9ef3a6ed4dd001aa4782fde;hb=d511226ea64345be7a63662cdf9c9a20fb79a6d9;hpb=b36921fbe87631ead6e57aebf348aa5beca3ddca diff --git a/surf.c b/surf.c index 9b75829..3fbe743 100644 --- a/surf.c +++ b/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); } }