diff --git a/js/varien/js.js b/js/varien/js.js index 0a8905e4ca1..9469dd8922e 100644 --- a/js/varien/js.js +++ b/js/varien/js.js @@ -557,18 +557,6 @@ Element.addMethods({ } }); -/* -if (!("console" in window) || !("firebug" in console)) -{ - var names = ["log", "debug", "info", "warn", "error", "assert", "dir", "dirxml", - "group", "groupEnd", "time", "timeEnd", "count", "trace", "profile", "profileEnd"]; - - window.console = {}; - for (var i = 0; i < names.length; ++i) - window.console[names[i]] = function() {} -} -*/ - /** * Executes event handler on the element. Works with event handlers attached by Prototype, * in a browser-agnostic fashion.