Skip to content

Commit

Permalink
Oops remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
nlalonde committed Jan 9, 2014
1 parent b28a8e2 commit f773388
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -460,8 +460,6 @@ Discourse.TopicController = Discourse.ObjectController.extend(Discourse.Selected
]);
} else {
post.destroy(user).then(null, function(e) {
console.log('Error case?');
console.log(e);
post.undoDeleteState();
var response = $.parseJSON(e.responseText);
if (response && response.errors) {
Expand Down

0 comments on commit f773388

Please sign in to comment.