summaryrefslogtreecommitdiffstats
path: root/client
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2019-02-26 16:51:24 +0200
committerLauri Ojansivu <x@xet7.org>2019-02-26 16:51:24 +0200
commita7071291468f1b3b99d13691b6c088f00069896f (patch)
treeba5d5a5b16b39c674045b7bf72f22f581b829f8d /client
parent2f3138207cc3093acbcc6f04b0f2e1ee10d57307 (diff)
downloadwekan-a7071291468f1b3b99d13691b6c088f00069896f.tar.gz
wekan-a7071291468f1b3b99d13691b6c088f00069896f.tar.bz2
wekan-a7071291468f1b3b99d13691b6c088f00069896f.zip
Removed console.log.
Diffstat (limited to 'client')
-rw-r--r--client/components/lists/listBody.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/client/components/lists/listBody.js b/client/components/lists/listBody.js
index 5a3862f3..04c7eede 100644
--- a/client/components/lists/listBody.js
+++ b/client/components/lists/listBody.js
@@ -571,7 +571,6 @@ BlazeComponent.extendComponent({
},
boards() {
- console.log('booom');
const boards = Boards.find({
archived: false,
'members.userId': Meteor.userId(),