mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-05 07:13:08 +00:00
undo debug commenting
This commit is contained in:
parent
de94ac25f1
commit
bf5dc25610
@ -400,14 +400,14 @@ impl<'a> Interpreter<'a> {
|
||||
_ => bail!("Unrecognized opcode {}.", opcode),
|
||||
};
|
||||
|
||||
// if self
|
||||
// .debug_offsets
|
||||
// .contains(&self.generation_state.registers.program_counter)
|
||||
// {
|
||||
// println!("At {}, stack={:?}", self.offset_name(), self.stack());
|
||||
// } else if let Some(label) = self.offset_label() {
|
||||
// println!("At {label}");
|
||||
// }
|
||||
if self
|
||||
.debug_offsets
|
||||
.contains(&self.generation_state.registers.program_counter)
|
||||
{
|
||||
println!("At {}, stack={:?}", self.offset_name(), self.stack());
|
||||
} else if let Some(label) = self.offset_label() {
|
||||
println!("At {label}");
|
||||
}
|
||||
|
||||
Ok(())
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user