diff --git a/config/environment.js b/config/environment.js index 5e7d5c8..c1ece05 100644 --- a/config/environment.js +++ b/config/environment.js @@ -21,11 +21,6 @@ module.exports = function(environment) { }; if (environment === 'development') { - // ENV.APP.LOG_RESOLVER = true; - // ENV.APP.LOG_ACTIVE_GENERATION = true; - // ENV.APP.LOG_TRANSITIONS = true; - // ENV.APP.LOG_TRANSITIONS_INTERNAL = true; - // ENV.APP.LOG_VIEW_LOOKUPS = true; ENV['simple-auth'] = { session: 'session:custom', authorizer: 'simple-auth-authorizer:token',