Skip to content

Commit 55ad2b9

Browse files
committed
Remove accidentally committed debug code
1 parent e88a682 commit 55ad2b9

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

spring-boot-tests/spring-boot-smoke-tests/spring-boot-smoke-test-batch/src/test/java/smoketest/batch/SampleBatchApplicationTests.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,4 @@ void testDefaultSettings(CapturedOutput output) {
3434
assertThat(output).contains("completed with the following parameters");
3535
}
3636

37-
public static void main(String[] args) throws ClassNotFoundException {
38-
System.getProperties().forEach((k, v) -> System.out.println(k + "=" + v));
39-
Class.forName("org.springframework.boot.web.servlet.context.ServletWebServerApplicationContextFactory");
40-
}
41-
4237
}

0 commit comments

Comments
 (0)