eliminate logging in Connection class
[org.ibex.mail.git] / src / org / ibex / mail / IMAP.java
index 522509d..5f0d11e 100644 (file)
@@ -390,7 +390,7 @@ public class IMAP {
             } catch (Server.Bad b) { println(tag==null ? "* BAD Invalid tag":(tag + " Bad " + b.toString())); Log.warn(this,b);
             } catch (Server.No n)  { println(tag==null?"* BAD Invalid tag":(tag+" No "  + n.toString())); Log.warn(this,n);
             } finally {
-                Log.warn(this, conn.dumpLog()+"\n");
+                //Log.warn(this, conn.dumpLog()+"\n");
             }
         }