Merge "Suppress warnings from mime4j by default."

This commit is contained in:
Makoto Onuki 2010-08-06 10:55:26 -07:00 committed by Android (Google) Code Review
commit c2d0049167

View File

@ -46,7 +46,7 @@ public class Log {
}
public boolean isWarnEnabled() {
return true;
return Email.DEBUG;
}
public void trace(Object message) {