buidler-log-remover
v1.0.1
Published
Remove Buidler console.log imports and calls from Solidity source files
Maintainers
Readme
Buidler Log Remover
Remove Buidler console.log imports and calls from Solidity source code.
Installation
yarn add --dev buidler-log-removerUsage
Load plugin in Buidler config:
usePlugin('buidler-log-remover');Run the Buidler task manually:
yarn run buidler remove-logsBefore removing logs, the plugin will ensure that all contracts can be compiled successfully.
Testing
Run the unit tests with Mocha:
yarn run mocha