diff options
author | Lauri Ojansivu <x@xet7.org> | 2019-02-26 16:51:24 +0200 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2019-02-26 16:51:24 +0200 |
commit | a7071291468f1b3b99d13691b6c088f00069896f (patch) | |
tree | ba5d5a5b16b39c674045b7bf72f22f581b829f8d /client/components | |
parent | 2f3138207cc3093acbcc6f04b0f2e1ee10d57307 (diff) | |
download | wekan-a7071291468f1b3b99d13691b6c088f00069896f.tar.gz wekan-a7071291468f1b3b99d13691b6c088f00069896f.tar.bz2 wekan-a7071291468f1b3b99d13691b6c088f00069896f.zip |
Removed console.log.
Diffstat (limited to 'client/components')
-rw-r--r-- | client/components/lists/listBody.js | 1 |
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(), |