/* firebug fake logger */
(function ($) {
    if (typeof (window.console) == 'undefined') {
        window.console = {};
    }
    if (typeof (window.console.log) == 'undefined') {
        window.console.log = function (args) { };
    }
    if (typeof (window.console.debug) == 'undefined') {
        window.console.debug = function (args) { };
    }
    if (typeof (window.console.info) == 'undefined') {
        window.console.info = function (args) { };
    }
    if (typeof (window.console.warn) == 'undefined') {
        window.console.warn = function (args) { };
    }
    if (typeof (window.console.error) == 'undefined') {
        window.console.error = function (args) { };
    }
    if (typeof (window.console.profile) == 'undefined') {
        window.console.profile = function (args) { };
    }
    if (typeof (window.console.profileEnd) == 'undefined') {
        window.console.profileEnd = function (args) { };
    }
    if (typeof (window.console.time) == 'undefined') {
        window.console.time = function (args) { };
    }
    if (typeof (window.console.timeEnd) == 'undefined') {
        window.console.timeEnd = function (args) { };
    }
    if (typeof (window.console.trace) == 'undefined') {
        window.console.trace = function () { };
    }
    if (typeof (window.console.dir) == 'undefined') {
        window.console.dir = function (args) { };
    }
    if (typeof (window.console.dirxml) == 'undefined') {
        window.console.dirxml = function (args) { };
    }
    if (typeof (window.console.dirxml) == 'undefined') {
        window.console.dirxml = function (args) { };
    }
    if (typeof (window.console.group) == 'undefined') {
        window.console.group = function (args) { };
    }
    if (typeof (window.console.groupEnd) == 'undefined') {
        window.console.groupEnd = function (args) { };
    }
})($obsJQuery_1_4_3);
