ui: remove debugging statement

This commit is contained in:
Jack Pearkes 2014-06-05 15:46:46 -04:00
parent 3fff027881
commit 2ba792bdc7
1 changed files with 0 additions and 1 deletions

View File

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