remove unnecessary debug code

This commit is contained in:
andri lim 2019-01-16 00:03:42 +07:00 committed by zah
parent 691dc5566f
commit 1c80c1c160
1 changed files with 0 additions and 3 deletions

View File

@ -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])) {