Browse Source

Remove accidentally committed debug code

pull/32861/head
Phillip Webb 3 years ago
parent
commit
55ad2b9371
  1. 5
      spring-boot-tests/spring-boot-smoke-tests/spring-boot-smoke-test-batch/src/test/java/smoketest/batch/SampleBatchApplicationTests.java

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

@ -34,9 +34,4 @@ class SampleBatchApplicationTests { @@ -34,9 +34,4 @@ class SampleBatchApplicationTests {
assertThat(output).contains("completed with the following parameters");
}
public static void main(String[] args) throws ClassNotFoundException {
System.getProperties().forEach((k, v) -> System.out.println(k + "=" + v));
Class.forName("org.springframework.boot.web.servlet.context.ServletWebServerApplicationContextFactory");
}
}

Loading…
Cancel
Save