Skip to content

Commit

Permalink
Remove spamming logs from default proecssor. (#517)
Browse files Browse the repository at this point in the history
  • Loading branch information
larry-aptos authored Sep 20, 2024
1 parent e294b55 commit 51a3490
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions rust/processor/src/processors/default_processor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -453,11 +453,6 @@ fn process_transactions(
.sort_by(|a, b| (&a.table_handle, &a.key_hash).cmp(&(&b.table_handle, &b.key_hash)));
table_metadata.sort_by(|a, b| a.handle.cmp(&b.handle));

println!(
"table_items: {}, current_table_items: {}",
table_items.len(),
current_table_items.len()
);
if flags.contains(TableFlags::MOVE_RESOURCES) {
move_resources.clear();
}
Expand Down

0 comments on commit 51a3490

Please sign in to comment.