commented log dump in testing
This commit is contained in:
parent
fbe5b3fa30
commit
27b26c5eda
@ -19,9 +19,9 @@ public class LogTest {
|
||||
log.logInfo(new InfoEntry("log test"));
|
||||
log.logError(new ErrorEntry("log test"));
|
||||
|
||||
log.dumpLog();
|
||||
log.dumpInfoLog();
|
||||
log.dumpErrorLog();
|
||||
// log.dumpLog();
|
||||
// log.dumpInfoLog();
|
||||
// log.dumpErrorLog();
|
||||
|
||||
assertTrue(true);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user