pinosaur
/
surf.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b36921f
)
Remove the debugging from the testing.
author
Christoph Lohmann
<20h@r-36.net>
Mon, 19 Jan 2015 21:31:31 +0000
(22:31 +0100)
committer
Christoph Lohmann
<20h@r-36.net>
Mon, 19 Jan 2015 21:31:31 +0000
(22:31 +0100)
surf.c
patch
|
blob
|
history
diff --git
a/surf.c
b/surf.c
index
9b75829
..
3fbe743
100644
(file)
--- 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);
}
}