Suppose I want to include some calls to console.log
for some legitimate production reason, say for something like a unit test harness. Obviously I would not want th
My ridiculously overengineered console:
console.log
statements in your codeconsole.error
, console.group
, and all such other methodsIt's amazing.
But really, you just shouldn't leave console
statements lying around in your code.
Behold and tremble! Presenting: Consolation.js