mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-11 22:34:24 +00:00
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…
x
Reference in New Issue
Block a user