Reduce verbosity of test run

This commit is contained in:
Kris De Volder
2018-02-21 14:20:39 -08:00
parent 31a06efcf7
commit c09aef2c44

View File

@@ -169,7 +169,6 @@ public class SpringBootAppTest {
ACondition.waitFor(TIMEOUT, () -> {
String env = testApp.getEnvironment();
assertNonEmptyJsonObject(env);
System.out.println("env = "+new JSONObject(env).toString(3));
});
}
}