mirror of https://github.com/status-im/consul.git
Drop debug `console.log`
This commit is contained in:
parent
ce149be9a9
commit
68bf19dcdb
|
@ -307,7 +307,6 @@ App.NodesShowController = Ember.ObjectController.extend({
|
||||||
})
|
})
|
||||||
}).then(function(response) {
|
}).then(function(response) {
|
||||||
controller.transitionToRoute('nodes');
|
controller.transitionToRoute('nodes');
|
||||||
console.log(controller);
|
|
||||||
}).fail(function(response) {
|
}).fail(function(response) {
|
||||||
controller.set('errorMessage', 'Received error while processing: ' + response.statusText);
|
controller.set('errorMessage', 'Received error while processing: ' + response.statusText);
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue