Skip to content

Commit

Permalink
Remove print statement
Browse files Browse the repository at this point in the history
Signed-off-by: gconnect <[email protected]>
  • Loading branch information
gconnect committed Oct 2, 2024
1 parent 769c6f8 commit 6cdc994
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,6 @@ Database resetDatabaseAndCreate(
} else {
slashProtectionDir = validatorDataDir.resolve("slashprotection");
}

System.out.println("beaconDir" + beaconDataDir);
System.out.println("networkFile" + networkFile);
System.out.println("dbdir" + dbDataDir);

deleteDirectoryRecursively(dbDataDir);
deleteDirectoryRecursively(networkFile);
deleteDirectoryRecursively(slashProtectionDir);
Expand Down

0 comments on commit 6cdc994

Please sign in to comment.