diff options
author | David Hill <dhill@conformal.com> | 2013-06-08 16:08:02 -0400 |
---|---|---|
committer | David Hill <dhill@conformal.com> | 2013-06-08 16:08:02 -0400 |
commit | d97efbe47135b784327a9a08f03aa265120d08f6 (patch) | |
tree | 381f49b7b6d889ab5d7ba2691fdfeba75539835d | |
parent | 01ff22410f4bd34ed3e6a365668e27ec78486595 (diff) | |
download | xombrero-d97efbe47135b784327a9a08f03aa265120d08f6.tar.gz |
remove a debugging printf that snuck in
-rw-r--r-- | settings.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/settings.c b/settings.c index 58f052b..e50c670 100644 --- a/settings.c +++ b/settings.c @@ -3070,7 +3070,6 @@ setup_proxy(const char *uri) { struct tab *t; - printf("setup_proxy: uri: %s, proxy_uri: %p\n", uri, proxy_uri); if (proxy_uri) { #if SOUP_CHECK_VERSION(2, 42, 2) g_object_set(session, "proxy-resolver", NULL, (char *)NULL); |