diff --git a/ghost/admin/app/components/modal-post-email-preview.js b/ghost/admin/app/components/modal-post-email-preview.js index c000067987..c636588a3f 100644 --- a/ghost/admin/app/components/modal-post-email-preview.js +++ b/ghost/admin/app/components/modal-post-email-preview.js @@ -63,7 +63,6 @@ body { this.set('previewHtml', htmlData); this.set('previewEmailSubject', emailSubject); } catch (error) { - console.log({error}); // re-throw if we don't have a validation error if (error) { throw error;