diff options
author | nztqa <nztqa@users.noreply.github.com> | 2017-10-03 09:59:25 +0900 |
---|---|---|
committer | nztqa <nztqa@users.noreply.github.com> | 2017-10-03 09:59:25 +0900 |
commit | e587964e82647703ffa8f294988765159d94bdef (patch) | |
tree | b2eca4acbe21dc921f5f527f0be6938ccc0a6da1 /client | |
parent | 61dce8e65d1b6fe5cf785f93a3797c0783b1fb0f (diff) | |
download | wekan-e587964e82647703ffa8f294988765159d94bdef.tar.gz wekan-e587964e82647703ffa8f294988765159d94bdef.tar.bz2 wekan-e587964e82647703ffa8f294988765159d94bdef.zip |
Remove console log
Diffstat (limited to 'client')
-rw-r--r-- | client/components/cards/cardDetails.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/client/components/cards/cardDetails.js b/client/components/cards/cardDetails.js index ecffe7aa..26a5adb9 100644 --- a/client/components/cards/cardDetails.js +++ b/client/components/cards/cardDetails.js @@ -29,7 +29,6 @@ BlazeComponent.extendComponent({ }, hiddenSystemMessages() { - console.log('doo:', Meteor.user().hasHiddenSystemMessages()); return Meteor.user().hasHiddenSystemMessages(); }, |