tsc-prog
tsc-prog copied to clipboard
Remove `console.log()` statements
I'm using this in a wholly programmatic context, on our backend. Spurious console.log() statements clutter up our log files. It'd be nice to just remove these altogether, or log them conditionally with something like the debug module.