From 99a405134291b3c57b59e1e3b6e19c4d9f7a755e Mon Sep 17 00:00:00 2001 From: Matthew Dillon Date: Tue, 9 Jun 2015 14:27:18 -0800 Subject: [PATCH] Drop old env stuff --- config/environment.js | 5 ----- 1 file changed, 5 deletions(-) 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',