[telepathy-gabble/master] 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 6e1454c..ccb4d07 100644
--- a/src/ft-channel.c
+++ b/src/ft-channel.c
@@ -1640,17 +1640,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