changeset 30505:f9c28f28a4a8

Reduce the debug noise a bit, since we print out the relay HTTP response anyway...
author Marcus Lundblad <ml@update.uu.se>
date Wed, 30 Sep 2009 18:53:47 +0000
parents 5de3eccf4cf3
children e0796db1df8a
files libpurple/protocols/jabber/google.c
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/protocols/jabber/google.c	Mon Sep 28 20:56:39 2009 +0000
+++ b/libpurple/protocols/jabber/google.c	Wed Sep 30 18:53:47 2009 +0000
@@ -356,9 +356,6 @@
 	for (; lines[i] ; i++) {
 		gchar *line = lines[i];
 		gchar **parts = g_strsplit(line, "=", 2);
-
-		purple_debug_info("jabber", "parsing line %s in Google relay response\n",
-			line);
 		
 		if (parts[0] && parts[1]) {
 			if (purple_strequal(parts[0], "relay.ip")) {