buidler-log-remover

1.0.1 • Public • Published

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

/buidler-log-remover/

    Package Sidebar

    Install

    npm i buidler-log-remover

    Weekly Downloads

    3

    Version

    1.0.1

    License

    MIT

    Unpacked Size

    5.82 kB

    Total Files

    7

    Last publish

    Collaborators

    • itsnickbarry