...without removing calls console.log
obviously. doesn't need log or anything, want not show error. i'm trying
if (!window.console) { window.console = { log: function() {}, error: function() {}, warn: function() {} } }
but doesn't seem fix it.
use debug.log following js file instead. kicks ass.
Comments
Post a Comment