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() { boards() {
console.log('booom');
const boards = Boards.find({ const boards = Boards.find({
archived: false, archived: false,
'members.userId': Meteor.userId(), 'members.userId': Meteor.userId(),