Merge pull request #915 from embark-framework/bugfix/remove-console-log-coverage

Don't log that we don't know how to handle node
This commit is contained in:
Iuri Matias 2018-09-26 18:39:01 -04:00 committed by GitHub
commit e5d16bae8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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