diff --git a/ghost/core/core/server/models/comment.js b/ghost/core/core/server/models/comment.js index 738d7cde92..c19d3ea48f 100644 --- a/ghost/core/core/server/models/comment.js +++ b/ghost/core/core/server/models/comment.js @@ -82,8 +82,6 @@ const Comment = ghostBookshelf.Model.extend({ }) ).trim(); - console.log(html); - if (html.length === 0) { throw new ValidationError({ message: tpl(messages.emptyComment)