mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 04:57:07 -04:00
cleanup
This commit is contained in:
parent
7b8d67de63
commit
a3518a3bcf
1 changed files with 0 additions and 9 deletions
|
@ -191,15 +191,6 @@ Meteor.publish('globalSearch', function(queryParams) {
|
|||
},
|
||||
);
|
||||
|
||||
// eslint-disable-next-line no-console
|
||||
console.log('SessionData:', SessionData.find().fetch());
|
||||
// Users.update(this.userId, {
|
||||
// $set: {
|
||||
// 'sessionData.totalHits': cards.count(),
|
||||
// 'sessionData.lastHit': cards.count() > 50 ? 50 : cards.count(),
|
||||
// },
|
||||
// });
|
||||
|
||||
const boards = [];
|
||||
const swimlanes = [];
|
||||
const lists = [];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue