diff --git a/cellbase-lib/src/main/java/org/opencb/cellbase/lib/builders/PolygenicScoreBuilder.java b/cellbase-lib/src/main/java/org/opencb/cellbase/lib/builders/PolygenicScoreBuilder.java index 7c0e7474f..d70fb55e9 100644 --- a/cellbase-lib/src/main/java/org/opencb/cellbase/lib/builders/PolygenicScoreBuilder.java +++ b/cellbase-lib/src/main/java/org/opencb/cellbase/lib/builders/PolygenicScoreBuilder.java @@ -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();