0xPolygonZero / zk_evm

Apache License 2.0
86 stars 38 forks source link

`#[cfg(debug_assertions)] print!(..)` should be replaced by `tracing` logging #597

Closed 0xaatif closed 2 months ago

0xaatif commented 2 months ago

https://github.com/0xPolygonZero/zk_evm/blob/02e258a58b904441ab357acb1d207739612b81cb/evm_arithmetization/src/cpu/kernel/interpreter.rs#L415-L424

Nashtare commented 2 months ago

This can probably be even removed instead, it's not really useful anymore (and never used)