mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-06 03:50:19 +02:00
removed debug printing
This commit is contained in:
parent
0ddf4550fd
commit
19e02c015b
1 changed files with 0 additions and 1 deletions
|
@ -104,7 +104,6 @@ public abstract class ZLFile {
|
||||||
}
|
}
|
||||||
|
|
||||||
public static ZLFile createFileByUrl(String url) {
|
public static ZLFile createFileByUrl(String url) {
|
||||||
System.err.println("url = " + url);
|
|
||||||
if (url == null || !url.startsWith("file://")) {
|
if (url == null || !url.startsWith("file://")) {
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue