Skip to content

Commit

Permalink
Remove sysout
Browse files Browse the repository at this point in the history
  • Loading branch information
lukfor committed May 24, 2024
1 parent be7562a commit f837d09
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,6 @@ public TestFilePattern fileToPathMatcher(File file) {


public PathMatcher pathMatcher(String pattern) {
System.out.println(pattern);
return FileSystems.getDefault().getPathMatcher(pattern);
}

Expand Down

0 comments on commit f837d09

Please sign in to comment.