mirror of
https://github.com/wekan/wekan.git
synced 2026-01-01 07:08:49 +01:00
Removed console.log.
This commit is contained in:
parent
2f3138207c
commit
a707129146
1 changed files with 0 additions and 1 deletions
|
|
@ -571,7 +571,6 @@ BlazeComponent.extendComponent({
|
||||||
},
|
},
|
||||||
|
|
||||||
boards() {
|
boards() {
|
||||||
console.log('booom');
|
|
||||||
const boards = Boards.find({
|
const boards = Boards.find({
|
||||||
archived: false,
|
archived: false,
|
||||||
'members.userId': Meteor.userId(),
|
'members.userId': Meteor.userId(),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue