Skip to content

Commit

Permalink
Remove debugging statement
Browse files Browse the repository at this point in the history
  • Loading branch information
spalladino committed Apr 27, 2023
1 parent 9a1814b commit e6c1cb6
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -484,14 +484,6 @@ void validate_state_reads(
format("mismatch state read ", state_read.leaf_index, " and witness leaf index ", witness.leaf_index),
CircuitErrorCode::BASE__INVALID_PUBLIC_READS);

info(" Checking membership for ",
state_read.value,
" at ",
state_read.leaf_index,
" vs ",
tree_root,
" using ",
witness.sibling_path);
check_membership<NT>(composer,
state_read.value,
state_read.leaf_index,
Expand Down Expand Up @@ -579,7 +571,6 @@ BaseOrMergeRollupPublicInputs base_rollup_circuit(DummyComposer& composer, BaseR

// Validate public state reads and transitions, and update public data tree
fr end_public_data_tree_root = validate_and_process_public_state(composer, baseRollupInputs);
// fr end_public_data_tree_root = baseRollupInputs.start_public_data_tree_snapshot.root;

AppendOnlySnapshot end_public_data_tree_snapshot = {
.root = end_public_data_tree_root,
Expand Down

0 comments on commit e6c1cb6

Please sign in to comment.