mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-05 10:49:24 +02:00
printStackTrace call has been removed
This commit is contained in:
parent
f3b980bcfb
commit
1718b58dea
1 changed files with 0 additions and 1 deletions
|
@ -206,7 +206,6 @@ public final class ZLAndroidLibrary extends ZLibrary {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
} catch (IOException e) {
|
} catch (IOException e) {
|
||||||
e.printStackTrace();
|
|
||||||
}
|
}
|
||||||
try {
|
try {
|
||||||
String[] names = myApplication.getAssets().list(getPath());
|
String[] names = myApplication.getAssets().list(getPath());
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue