summaryrefslogtreecommitdiffstats
path: root/client
diff options
context:
space:
mode:
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(),