Remove accidentally committed debug code
This commit is contained in:
parent
e88a682220
commit
55ad2b9371
|
@ -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…
Reference in New Issue