mirror of https://github.com/status-im/consul.git
ui: remove debugging statement
This commit is contained in:
parent
3a25b1796e
commit
b1ce4f8c9a
|
@ -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'),
|
||||
|
||||
|
|
Loading…
Reference in New Issue