debug: function()

in app/scripts/core/logger.js [26:30]


    debug: function(){
        if(Log.Config.CUSTOM_LOGGER_LEVEL === 'DEVELOPMENT'){
            Ember.Logger.debug.apply(this, arguments);
        }
    }