[geary] Turn some annoying debug logging off.



commit 314270a0cf10b70eddc54c027343cf6475853f69
Author: Michael James Gratton <mike vee net>
Date:   Wed Jun 8 16:51:50 2016 +1000

    Turn some annoying debug logging off.

 src/engine/imap/transport/imap-client-session.vala |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/engine/imap/transport/imap-client-session.vala 
b/src/engine/imap/transport/imap-client-session.vala
index a15e6fa..9c7d58d 100644
--- a/src/engine/imap/transport/imap-client-session.vala
+++ b/src/engine/imap/transport/imap-client-session.vala
@@ -1002,7 +1002,6 @@ public class Geary.Imap.ClientSession : BaseObject {
                 batch.add(new SendCommandOperation(this, cmd_remaining.get()));
             }
 
-            debug("[%s] Sending batch of %u commands", to_string(), batch.size);
             yield batch.execute_all_async(cancellable);
             batch.throw_first_exception();
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]