Drop debug `console.log`

This commit is contained in:
William Tisäter 2014-10-04 11:52:27 +02:00
parent cb74d3efbb
commit 5ce77e0aee
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);
});