about summary refs log tree commit diff stats
path: root/settings.c
diff options
context:
space:
mode:
Diffstat (limited to 'settings.c')
-rw-r--r--settings.c1
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);