Remove some dead code

This commit is contained in:
James Allen 2018-06-01 14:55:07 +01:00
parent e0e88b25fe
commit cfbb5c8f24
2 changed files with 0 additions and 3 deletions

View file

@ -90,5 +90,3 @@ module.exports = FeaturesUpdater =
return {}
else
return plan.features
_notifyV1: (user_id, callback = (error) ->) ->

View file

@ -41,7 +41,6 @@ module.exports = V1SubscriptionManager =
if !v1Id?
logger.log {userId}, "[V1SubscriptionManager] no v1 id found for user"
return callback(null, null)
options.url = options.url
request {
baseUrl: settings.apis.v1.url
url: options.url(v1Id)