buidler-log-remover

Remove Buidler console.log imports and calls from Solidity source files

Usage no npm install needed!

<script type="module">
  import buidlerLogRemover from 'https://cdn.skypack.dev/buidler-log-remover';
</script>

README

Buidler Log Remover

Remove Buidler console.log imports and calls from Solidity source code.

Installation

yarn add --dev buidler-log-remover

Usage

Load plugin in Buidler config:

usePlugin('buidler-log-remover');

Run the Buidler task manually:

yarn run buidler remove-logs

Before removing logs, the plugin will ensure that all contracts can be compiled successfully.

Testing

Run the unit tests with Mocha:

yarn run mocha