Don't log that we don't know how to handle node
This commit is contained in:
parent
142f04df06
commit
c81deb9a2d
|
@ -278,7 +278,7 @@ class ContractSource {
|
||||||
}
|
}
|
||||||
|
|
||||||
default:
|
default:
|
||||||
console.log(`Don't know how to handle node type ${node.nodeType}`);
|
//console.log(`Don't know how to handle node type ${node.nodeType}`);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue