Skip to content

Commit

Permalink
'#1861 removes debugging helper code
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickdalla committed Oct 25, 2023
1 parent cfa65de commit b06c9e4
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -162,9 +162,6 @@ public Map<String, Object> readAttributes(Path path, String attributes, LinkOpti
}

public void setAttribute(Path path, String attribute, Object value, LinkOption... options) throws IOException {
if(path.toFile().getAbsolutePath().endsWith(" ")) {
System.out.println("");
}
wrapped.setAttribute(path, attribute, value, options);
}

Expand Down

0 comments on commit b06c9e4

Please sign in to comment.