Remove System.out.println() in a test

See gh-17358
This commit is contained in:
Johnny Lim 2019-06-29 12:24:41 +09:00 committed by Andy Wilkinson
parent 5030364db7
commit 408035fb3f
1 changed files with 0 additions and 1 deletions

View File

@ -468,7 +468,6 @@ public class LogbackLoggingSystemTests extends AbstractLoggingSystemTests {
LogFile logFile = getLogFile(file.getPath(), null);
this.loggingSystem.initialize(this.initializationContext, null, logFile);
String output = this.output.toString().trim();
System.out.println(output);
assertThat(output).doesNotContain("LevelChangePropagator").doesNotContain("SizeAndTimeBasedFNATP");
}