Drop debug `console.log`

This commit is contained in:
William Tisäter 2014-10-04 11:52:27 +02:00
parent ce149be9a9
commit 68bf19dcdb
1 changed files with 0 additions and 1 deletions

View File

@ -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);
});