瀏覽代碼

improve notifications

guillaume 6 年之前
父節點
當前提交
23a35d9707
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      server/notifications/email.js

+ 0 - 1
server/notifications/email.js

@@ -2,7 +2,6 @@
 Meteor.startup(() => {
   Notifications.subscribe('email', (user, title, description, params) => {
     // add quote to make titles easier to read in email text
-    console.log('ICI', user, title, description, params);
     const quoteParams = _.clone(params);
     ['card', 'list', 'oldList', 'board', 'comment'].forEach((key) => {
       if (quoteParams[key]) quoteParams[key] = `"${params[key]}"`;