From b1ce4f8c9a709a920204b98832c5cb24425f948e Mon Sep 17 00:00:00 2001 From: Jack Pearkes Date: Thu, 5 Jun 2014 15:46:46 -0400 Subject: [PATCH] ui: remove debugging statement --- ui/javascripts/app/controllers.js | 1 - 1 file changed, 1 deletion(-) diff --git a/ui/javascripts/app/controllers.js b/ui/javascripts/app/controllers.js index 87179cf61c..919fd8cead 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'),