Put this at the top of the file:
var console = {}; console.log = function(){};
For some browsers and minifiers, you may need to apply this onto the window object.
window.console = console;
1.4m articles
1.4m replys
5 comments
57.0k users