mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-11 18:23:09 +00:00
comment
This commit is contained in:
parent
e471818c2b
commit
7028b6ba74
@ -399,6 +399,7 @@ impl<'a> Interpreter<'a> {
|
||||
.debug_offsets
|
||||
.contains(&self.generation_state.registers.program_counter)
|
||||
{
|
||||
// TODO: uncomment
|
||||
// println!("At {}, stack={:?}", self.offset_name(), self.stack());
|
||||
} else if let Some(_label) = self.offset_label() {
|
||||
// println!("At {label}");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user