diff --git a/ui/javascripts/app/controllers.js b/ui/javascripts/app/controllers.js
index 7a33da51be..bbf49dd58c 100644
--- a/ui/javascripts/app/controllers.js
+++ b/ui/javascripts/app/controllers.js
@@ -8,7 +8,6 @@ App.DcController = Ember.Controller.extend({
needs: ["application"],
// Whether or not the dropdown menu can be seen
isDropdownVisible: false,
- aclToken: Ember.computed.alias("application.settings.token"),
datacenter: function() {
return this.get('content');