# HG changeset patch # User Marcus Lundblad # Date 1254336827 0 # Node ID f9c28f28a4a800e0e53833751bd51acf125e10d8 # Parent 5de3eccf4cf3bce7d5192231c9b1fdb7b88f0497 Reduce the debug noise a bit, since we print out the relay HTTP response anyway... diff -r 5de3eccf4cf3 -r f9c28f28a4a8 libpurple/protocols/jabber/google.c --- 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")) {