Skip to content

Commit

Permalink
chore(avm): add bytecode size metrics (#7042)
Browse files Browse the repository at this point in the history
  • Loading branch information
fcarreiro authored and AztecBot committed Jun 14, 2024
1 parent c823aca commit 9f89f0e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions aztec/src/context/private_context.nr
Original file line number Diff line number Diff line change
Expand Up @@ -193,10 +193,10 @@ impl PrivateContext {
}

pub fn end_setup(&mut self) {
dep::protocol_types::debug_log::debug_log_format(
"Ending setup at counter {0}",
[self.side_effect_counter as Field]
);
// dep::protocol_types::debug_log::debug_log_format(
// "Ending setup at counter {0}",
// [self.side_effect_counter as Field]
// );
self.min_revertible_side_effect_counter = self.side_effect_counter;
}

Expand Down

0 comments on commit 9f89f0e

Please sign in to comment.