Removed errant console.log

This commit is contained in:
Kevin Ansfield 2019-11-07 17:40:48 +07:00
parent 25237a2d6d
commit 5aac467b3f

View File

@ -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;