By adding the below code to be used in all pages with JS, the functions will not interfere on non-FF browsers
if (!window.console) window.console = {};
if (!window.console.log) window.console.log = function () { };
if (!window.console.info) window.console.info = function () { };
if (!window.console.debug) window.console.debug = function () { };