jeremyben/tsc-prog

Remove `console.log()` statements

broofa opened this issue · 0 comments

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.