瀏覽代碼

Removed console.log.

Thanks to xet7 !
Lauri Ojansivu 1 年之前
父節點
當前提交
0c54c1540c
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      models/boards.js

+ 0 - 1
models/boards.js

@@ -1898,7 +1898,6 @@ if (Meteor.isServer) {
 
   // Add a new activity if we add or remove a member to the board
   Boards.after.update((userId, doc, fieldNames, modifier) => {
-    console.log('board',doc)
     if (fieldNames.includes('title')) {
       Activities.insert({
         userId,