1
0
Fork 0
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:
Nikolay Pultsin 2010-11-14 17:54:42 +00:00
parent f3b980bcfb
commit 1718b58dea

View file

@ -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());