Closed contrun closed 5 months ago
The macro dbg! was used in quite a few places. This was used to increase development velocity, but it should not appear in production code. We should clean them up.
dbg!
https://github.com/contrun/ckb-pcn-node/pull/39 will also fix this.
The macro
dbg!
was used in quite a few places. This was used to increase development velocity, but it should not appear in production code. We should clean them up.