mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-24 14:43:08 +03:00
Removed errant console.log
This commit is contained in:
parent
25237a2d6d
commit
5aac467b3f
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user