Skip to content

Commit

Permalink
lib: remove System.out in PGS builder, #TASK-5407, #TASK-5387
Browse files Browse the repository at this point in the history
  • Loading branch information
jtarraga committed Feb 2, 2024
1 parent 268f591 commit 5972c15
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,6 @@ private void closeIndex(RocksDB rdb, Options dbOption, String dbLocation) throws
}

private Object[] getDBConnection(String dbLocation, boolean forceCreate) {
System.out.println("db location = " + Paths.get(dbLocation).toAbsolutePath());
boolean indexingNeeded = forceCreate || !Files.exists(Paths.get(dbLocation));
// a static method that loads the RocksDB C++ library.
RocksDB.loadLibrary();
Expand Down

0 comments on commit 5972c15

Please sign in to comment.