tidy-console-logs
v1.0.3
Published
Remove console.log statements
Downloads
3
Maintainers
Readme
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();