Skip to content

Commit d9a513b

Browse files
committed
Revert "try debug CI failing"
This reverts commit 1880772.
1 parent d75e242 commit d9a513b

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

sqlite-jdbc-jni/src/main/java/org/sqlite/SQLiteJDBCLoader.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)