Skip to content

Commit 51a3490

Browse files
authored
Remove spamming logs from default proecssor. (#517)
1 parent e294b55 commit 51a3490

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

rust/processor/src/processors/default_processor.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -453,11 +453,6 @@ fn process_transactions(
453453
.sort_by(|a, b| (&a.table_handle, &a.key_hash).cmp(&(&b.table_handle, &b.key_hash)));
454454
table_metadata.sort_by(|a, b| a.handle.cmp(&b.handle));
455455

456-
println!(
457-
"table_items: {}, current_table_items: {}",
458-
table_items.len(),
459-
current_table_items.len()
460-
);
461456
if flags.contains(TableFlags::MOVE_RESOURCES) {
462457
move_resources.clear();
463458
}

0 commit comments

Comments
 (0)