Skip to content

Commit

Permalink
refactor(storage): remove debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
pashinov authored and Rexagon committed Jul 8, 2024
1 parent 18c4a94 commit cf657a2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions storage/src/store/block_handle/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,6 @@ impl BlockHandleStorage {
.unwrap();

if handle.is_key_block() {
tracing::info!(key_block = %handle.id());

self.db
.key_blocks
.insert(id.seqno.to_be_bytes(), id.to_vec())
Expand Down

0 comments on commit cf657a2

Please sign in to comment.