Skip to content

Commit

Permalink
remove comsole in mailer
Browse files Browse the repository at this point in the history
  • Loading branch information
ushliypakostnik committed Sep 20, 2019
1 parent e54c461 commit 7797030
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions config/mailer.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ mailer.extend(app, {
export const sendVerifyEmail = (email, id, clientHost, language) => {
const client = clientHost.slice(-1) === '/' ? clientHost.slice(0, -1) : clientHost;

console.log(language);

app.mailer.send(`pages/${language}/verify-email.html`, {
to: email,
subject: 'Verify account',
Expand Down

0 comments on commit 7797030

Please sign in to comment.