Remove the purple_debug_info call with the escaped URI trac-16391

Thu, 28 Sep 2017 23:01:57 +0200

author
Daniel Kamil Kozar <dkk089@gmail.com>
date
Thu, 28 Sep 2017 23:01:57 +0200
branch
trac-16391
changeset 38722
ff057bdbe66e
parent 38721
7cd60f208d5a
child 38723
16d051981914
child 38725
213093dc2d4b

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");

mercurial