diff --git a/ui/plugins/controller.js b/ui/plugins/controller.js index d8450aca4..2dc2455eb 100644 --- a/ui/plugins/controller.js +++ b/ui/plugins/controller.js @@ -56,7 +56,6 @@ treeherder.controller('PluginCtrl', [ // phase of this feature. var showAutoClassifyTab = function() { thTabs.tabs.autoClassification.enabled = ($location.search().autoclassify === true || - ($rootScope.user && $rootScope.user.is_staff) || $location.host().indexOf('herokuapp.com') !== -1) && $location.search().noautoclassify !== true; };