Suppress warnings from mime4j by default.

It's now controlled by the debug setting.

Bug 2829962

Change-Id: I700c83e5a193d2f013fcca14092e4eed6a127f97
This commit is contained in:
Makoto Onuki 2010-08-04 17:26:05 -07:00
parent 8066a925b1
commit 3cc02d3e68

View File

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