diff options
-rw-r--r-- | jack/src/com/android/jack/library/JackLibraryFactory.java | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/jack/src/com/android/jack/library/JackLibraryFactory.java b/jack/src/com/android/jack/library/JackLibraryFactory.java index 1c9199c..126999e 100644 --- a/jack/src/com/android/jack/library/JackLibraryFactory.java +++ b/jack/src/com/android/jack/library/JackLibraryFactory.java @@ -110,9 +110,6 @@ public abstract class JackLibraryFactory { vfs.getRootInputVDir().getInputVFile(JackLibrary.LIBRARY_PROPERTIES_VPATH); libraryProperties.load(libProp.openRead()); } catch (IOException e) { - logger.log(Level.SEVERE, "Fails to read " - + JackLibrary.LIBRARY_PROPERTIES_VPATH.getPathAsString('/') + " from " - + vfs, e); throw new NotJackLibraryException(vfs.getLocation()); } |