Skip to content

Commit

Permalink
remove println (#643)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkozlovsky authored Jun 6, 2024
1 parent 5e45f42 commit 34dd096
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/state/store/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1274,8 +1274,6 @@ fn apply_v1_snapshot(

let txn = db.transaction();

println!("applying snapshot {:?}", snapshot);

// Build the rocksdb forward indexes
for (_, eg) in &snapshot.extraction_graphs {
let cf = StateMachineColumns::ExtractionGraphs.cf(db);
Expand Down

0 comments on commit 34dd096

Please sign in to comment.