mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-01-11 14:34:40 +00:00
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:
commit
e5d16bae8c
@ -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…
x
Reference in New Issue
Block a user