0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-04-01 02:41:39 -05:00

Cleaned up debug console log

refs 17a9759cf3
This commit is contained in:
Simon Backx 2022-08-05 15:39:54 +02:00
parent 17a9759cf3
commit 46e1f52d3a

View file

@ -82,8 +82,6 @@ const Comment = ghostBookshelf.Model.extend({
})
).trim();
console.log(html);
if (html.length === 0) {
throw new ValidationError({
message: tpl(messages.emptyComment)