Skip to content

Commit e2f7e98

Browse files
committed
Remove unwanted output to System.out
Closes gh-374
1 parent 9da9a34 commit e2f7e98

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

spring-javaformat/spring-javaformat-checkstyle/src/main/java/io/spring/javaformat/checkstyle/SpringConfigurationLoader.java

-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ class SpringConfigurationLoader {
4949
}
5050

5151
public Collection<FileSetCheck> load(PropertyResolver propertyResolver) {
52-
System.out.println(getClass().getResource("spring-checkstyle.xml"));
5352
Configuration config = loadConfiguration(getClass().getResourceAsStream("spring-checkstyle.xml"),
5453
propertyResolver);
5554
return Arrays.stream(config.getChildren())

0 commit comments

Comments
 (0)