Removed console.log.

This commit is contained in:
Lauri Ojansivu 2019-02-26 16:51:24 +02:00
parent 2f3138207c
commit a707129146

View file

@ -571,7 +571,6 @@ BlazeComponent.extendComponent({
},
boards() {
console.log('booom');
const boards = Boards.find({
archived: false,
'members.userId': Meteor.userId(),