Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
Removed errant console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinansfield committed Nov 7, 2019
1 parent e2dd5f5 commit 71427dc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/components/modal-post-email-preview.js
Expand Up @@ -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;
Expand Down

0 comments on commit 71427dc

Please sign in to comment.