1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-05 19:42:17 +02:00

removed debug printing

This commit is contained in:
Nikolay Pultsin 2013-01-13 11:46:14 +04:00
parent 0ddf4550fd
commit 19e02c015b

View file

@ -104,7 +104,6 @@ public abstract class ZLFile {
}
public static ZLFile createFileByUrl(String url) {
System.err.println("url = " + url);
if (url == null || !url.startsWith("file://")) {
return null;
}