Skip to content

Commit

Permalink
[MIN] System.out.println removed
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianGruen committed May 19, 2017
1 parent a3aa7f0 commit 472dd18
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -14,7 +14,6 @@
public final class FileExists extends FileFn {
@Override
public Item item(final QueryContext qc) throws QueryException {
System.out.println("? " + toPath(0, qc));
return Bln.get(Files.exists(toPath(0, qc)));
}
}

0 comments on commit 472dd18

Please sign in to comment.