Skip to content

Commit

Permalink
Removed println
Browse files Browse the repository at this point in the history
  • Loading branch information
avbel committed May 24, 2024
1 parent 7f459af commit 46a55bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/processor/src/processors/mercato_processor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -229,10 +229,10 @@ impl ProcessorTrait for MercatoProcessor {
name = self.name(),
start_version = start_version,
end_version = end_version,
count = filtered_transactions.len(),
"Processing new transactions",
);

println!("Processing new {} transactions", filtered_transactions.len());
if filtered_transactions.len() == 0 {
return Ok(ProcessingResult {
start_version,
Expand Down

0 comments on commit 46a55bf

Please sign in to comment.