I working on a project where the console is overwritten:
window.console = {};
window.console['log'] = function() {};
is there another way to write something to the console?
Also other methods, like warn or error are overwritten.
Maybe there is another reference to window.console?