Don't log that we don't know how to handle node

This commit is contained in:
Andre Medeiros 2018-09-26 18:36:56 -04:00
parent 142f04df06
commit c81deb9a2d
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}