Remove unwanted System.out calls in test code

This commit is contained in:
Andy Wilkinson
2016-11-16 09:12:13 +00:00
parent bacf0878af
commit b3e0a37197
2 changed files with 0 additions and 6 deletions

View File

@@ -139,7 +139,6 @@ public class ResourceMatcherTests {
.find(Arrays.asList(new File("src/test/resources/resource-matcher/one"),
new File("src/test/resources/resource-matcher/two"),
new File("src/test/resources/resource-matcher/three")));
System.out.println(matchedResources);
List<String> paths = new ArrayList<String>();
for (MatchedResource resource : matchedResources) {
paths.add(resource.getName());