Skip to content

Commit

Permalink
Remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
Sollace committed Jul 9, 2023
1 parent 63a2718 commit b759305
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -165,7 +165,6 @@ protected Stream<Path> listFiles() {
}

protected boolean filterPath(@Nullable Path path) {
if (true) return path != null;
try {
if (path == null || Files.isHidden(path)) {
return false;
Expand Down

0 comments on commit b759305

Please sign in to comment.