1.0.3 • Published 8 years ago

tidy-console-logs v1.0.3

Weekly downloads
5
License
MIT
Repository
-
Last release
8 years ago

npm install -g -f tidy-console.logs

Use the --force flag till bug is fixed. #9695

Description

Remove pesky console.log statements in node and browser environments.

  • Supports log, error, warn, info, debug, dir, time, timeEnd in node
  • Supports log, error, warn, info, time in node

Usage

  • Simply require the module: var tcl = require(tidy-console-logs);
  • Invoke in your file: tcl.cleanLogs();