mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02:00
Removed console.log.
Thanks to xet7 !
This commit is contained in:
parent
fae5f6d64a
commit
0c54c1540c
1 changed files with 0 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue