File tree Expand file tree Collapse file tree
sqlite-jdbc-jni/src/main/java/org/sqlite Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -180,7 +180,6 @@ private static boolean extractAndLoadLibraryFile(
180180 String libFolderForCurrentOS , String libraryFileName , String targetFolder )
181181 throws FileException {
182182 String nativeLibraryFilePath = libFolderForCurrentOS + "/" + libraryFileName ;
183- System .out .println ("Extract: " + nativeLibraryFilePath + " to: " + targetFolder );
184183 // Include architecture name in temporary filename in order to avoid conflicts
185184 // when multiple JVMs with different architectures running at the same time
186185 String uuid = UUID .randomUUID ().toString ();
@@ -323,7 +322,6 @@ private static void loadSQLiteNativeLibrary() throws Exception {
323322
324323 // Load the os-dependent library from the jar file
325324 sqliteNativeLibraryPath = LibraryLoaderUtil .getNativeLibResourcePath ();
326- System .out .println ("sqliteNativeLibraryPath: " + sqliteNativeLibraryPath );
327325 boolean hasNativeLib =
328326 LibraryLoaderUtil .hasNativeLib (sqliteNativeLibraryPath , sqliteNativeLibraryName );
329327
You can’t perform that action at this time.
0 commit comments