Skip to content

Commit 5bdbdfa

Browse files
committed
chore: removed system.out
1 parent 5764b95 commit 5bdbdfa

File tree

2 files changed

+1
-21
lines changed

2 files changed

+1
-21
lines changed

engine/src/test/java/com/arcadedb/index/vector/LSMVectorIndexPersistenceTest.java

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -91,15 +91,6 @@ void vectorIndexPersistsToSchemaJson() throws Exception {
9191
database.close();
9292
}
9393

94-
// Check what files exist in the database directory
95-
System.out.println("\nDatabase files after close:");
96-
File dbDir = new File(DB_PATH);
97-
if (dbDir.exists()) {
98-
for (File f : dbDir.listFiles()) {
99-
System.out.println(" - " + f.getName());
100-
}
101-
}
102-
10394
// Verify schema.json contains the index definition
10495
String schemaPath = DB_PATH + "/schema.json";
10596
assertThat(new File(schemaPath).exists()).as("schema.json should exist").isTrue();

studio/package-lock.json

Lines changed: 1 addition & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)