Skip to content

Commit

Permalink
Remove unwanted output to System.out
Browse files Browse the repository at this point in the history
Closes gh-374
  • Loading branch information
wilkinsona committed May 11, 2023
1 parent 9da9a34 commit e2f7e98
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ class SpringConfigurationLoader {
}

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

0 comments on commit e2f7e98

Please sign in to comment.