summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Kamil Kozar <dkk089@gmail.com>2017-09-28 23:01:57 +0200
committerDaniel Kamil Kozar <dkk089@gmail.com>2017-09-28 23:01:57 +0200
commit5326426bc8a05edce4c8935ad25f087b4fafc4fa (patch)
tree0c782cf6c923b659b30f873ab98bee350d2eaa0c
parent9e3ca44236b5072131101caf647a98b5f1d9b984 (diff)
downloadpidgin-5326426bc8a05edce4c8935ad25f087b4fafc4fa.tar.gz
Remove the purple_debug_info call with the escaped URI
-rw-r--r--pidgin/gtknotify.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/pidgin/gtknotify.c b/pidgin/gtknotify.c
index fda2f51ab0..f23a8ffee8 100644
--- a/pidgin/gtknotify.c
+++ b/pidgin/gtknotify.c
@@ -1291,7 +1291,6 @@ pidgin_notify_uri(const char *uri)
obviously a bug on his system, but it's pretty easy for us to protect
against it. */
uri_escaped = g_uri_escape_string(uri, "[]:;/%#,+?=&@", FALSE);
- purple_debug_info("gtknotify", "Escaped URI: \"%s\" -> %s\n", uri, uri_escaped);
web_browser = purple_prefs_get_string(PIDGIN_PREFS_ROOT
"/browsers/browser");