mirror of
https://github.com/status-im/consul.git
synced 2025-01-11 06:16:08 +00:00
ui: remove debugging statement
This commit is contained in:
parent
3a25b1796e
commit
b1ce4f8c9a
@ -246,7 +246,6 @@ ItemBaseController = Ember.ArrayController.extend({
|
|||||||
|
|
||||||
isShowingItem: function() {
|
isShowingItem: function() {
|
||||||
var currentPath = this.get('controllers.application.currentPath');
|
var currentPath = this.get('controllers.application.currentPath');
|
||||||
console.log(currentPath);
|
|
||||||
return (currentPath === "dc.nodes.show" || currentPath === "dc.services.show");
|
return (currentPath === "dc.nodes.show" || currentPath === "dc.services.show");
|
||||||
}.property('controllers.application.currentPath'),
|
}.property('controllers.application.currentPath'),
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user