mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 17:46:05 -05:00
Oops remove console.log
This commit is contained in:
parent
b28a8e262f
commit
f773388105
1 changed files with 0 additions and 2 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue