Skip to content

Commit

Permalink
chore: remove println!
Browse files Browse the repository at this point in the history
  • Loading branch information
zeapoz committed Aug 7, 2024
1 parent a24e3c7 commit b76b99a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/processor/snapshot/exporter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ impl SnapshotExporter {
.iterator_cf(index_to_key_map, rocksdb::IteratorMode::Start);

let num_chunks = num_logs.div_ceil(SNAPSHOT_CHUNK_SIZE as u64);
println!("{num_chunks}");
for chunk_id in 0..num_chunks {
tracing::info!("Serializing chunk {}/{}...", chunk_id + 1, num_chunks);

Expand Down

0 comments on commit b76b99a

Please sign in to comment.