Thu, 28 Sep 2017 23:01:57 +0200
Remove the purple_debug_info call with the escaped URI
| pidgin/gtknotify.c | file | annotate | diff | comparison | revisions |
--- a/pidgin/gtknotify.c Mon Sep 25 01:10:18 2017 +0200 +++ b/pidgin/gtknotify.c Thu Sep 28 23:01:57 2017 +0200 @@ -1291,7 +1291,6 @@ 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");