From b0b2546e431fb3fbba29e460beb8762568599eec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alberto=20Fern=C3=A1ndez=20Capel?= Date: Fri, 1 Jun 2018 16:45:36 +0100 Subject: [PATCH] Remove dead code --- .../coffee/Features/Subscription/SubscriptionLocator.coffee | 3 --- 1 file changed, 3 deletions(-) diff --git a/services/web/app/coffee/Features/Subscription/SubscriptionLocator.coffee b/services/web/app/coffee/Features/Subscription/SubscriptionLocator.coffee index b0a6a5b021..a32447c7e0 100644 --- a/services/web/app/coffee/Features/Subscription/SubscriptionLocator.coffee +++ b/services/web/app/coffee/Features/Subscription/SubscriptionLocator.coffee @@ -30,6 +30,3 @@ module.exports = getGroupSubscriptionsMemberOf: (user_id, callback)-> Subscription.find {member_ids: user_id}, {_id:1, planCode:1}, callback - - getGroupsWithEmailInvite: (email, callback) -> - Subscription.find { teamInvites: { email: email } }, callback