remove unnecessary debug code
This commit is contained in:
parent
691dc5566f
commit
1c80c1c160
|
@ -162,9 +162,6 @@ function opCodeRenderer(txId, nimbus, geth) {
|
|||
fillEmptyOp(ncs, gcs);
|
||||
fillEmptyOp(gcs, ncs);
|
||||
|
||||
console.log(ncs[0]);
|
||||
console.log(gcs[0]);
|
||||
|
||||
for(var i in ncs) {
|
||||
var pc = ncs[i];
|
||||
if(!analyze(ncs[i], gcs[i])) {
|
||||
|
|
Loading…
Reference in New Issue