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:
|
||||
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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue