Skip to content
Snippets Groups Projects
Commit dba272c0 authored by Rémi PAPIN's avatar Rémi PAPIN
Browse files

log

parent 0c518f17
No related branches found
No related tags found
1 merge request!112Features/us248 welcome mail
...@@ -9,7 +9,7 @@ export default class MailService { ...@@ -9,7 +9,7 @@ export default class MailService {
try { try {
const jobCollection = client.collection('io.cozy.jobs') const jobCollection = client.collection('io.cozy.jobs')
await jobCollection.create('sendmail', mailInfo) await jobCollection.create('sendmail', mailInfo)
log('Info', 'Welcome Mail Sent') console.log('Welcome Mail Sent')
} catch (e) { } catch (e) {
// eslint-disable-next-line no-console // eslint-disable-next-line no-console
console.error(e) console.error(e)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment