mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-12 06:44:37 +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:
|
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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user