mirror of
https://github.com/status-im/consul.git
synced 2025-01-10 22:06:20 +00:00
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) {
|
||||
controller.transitionToRoute('nodes');
|
||||
console.log(controller);
|
||||
}).fail(function(response) {
|
||||
controller.set('errorMessage', 'Received error while processing: ' + response.statusText);
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user