Drop old env stuff

This commit is contained in:
Matthew Dillon 2015-06-09 14:27:18 -08:00
parent cf44f33f39
commit 99a4051342

View file

@ -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',