Browse Source

Removed console.log.

Lauri Ojansivu 6 năm trước cách đây
mục cha
commit
a707129146
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      client/components/lists/listBody.js

+ 0 - 1
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(),