diff --git a/ui/javascripts/app/controllers.js b/ui/javascripts/app/controllers.js index 87179cf61..919fd8cea 100644 --- a/ui/javascripts/app/controllers.js +++ b/ui/javascripts/app/controllers.js @@ -246,7 +246,6 @@ ItemBaseController = Ember.ArrayController.extend({ isShowingItem: function() { var currentPath = this.get('controllers.application.currentPath'); - console.log(currentPath); return (currentPath === "dc.nodes.show" || currentPath === "dc.services.show"); }.property('controllers.application.currentPath'),