Hacker News new | ask | show | jobs
by cristiantincu 4809 days ago
Calling `console.log()` in “production mode” is a bad idea, anyway.

Ideally, you’ll want those calls stripped at some point, in your build script.