[telepathy-gabble/telepathy-gabble-0.8] remove debug message in bytestream_write_blocked_cb

Guillaume Desmottes guillaume.desmottes at collabora.co.uk
Mon Dec 7 03:29:51 PST 2009


Those flood the debug log and are not that useful.
---
 src/ft-channel.c |   10 ----------
 1 files changed, 0 insertions(+), 10 deletions(-)

diff --git a/src/ft-channel.c b/src/ft-channel.c
index 988f37c..56ef870 100644
--- a/src/ft-channel.c
+++ b/src/ft-channel.c
@@ -1637,17 +1637,7 @@ bytestream_write_blocked_cb (GabbleBytestreamIface *bytestream,
                              gboolean blocked,
                              GabbleFileTransferChannel *self)
 {
-  if (blocked)
-    {
-      DEBUG ("bytestream blocked, stop to read data from FT socket");
-    }
-  else
-    {
-      DEBUG ("bytestream unblocked, restart to read data from FT socket");
-    }
-
   gibber_transport_block_receiving (self->priv->transport, blocked);
-
 }
 
 static void
-- 
1.5.6.5



More information about the telepathy-commits mailing list