mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-27 11:01:56 +02:00
Remove some dead code
This commit is contained in:
@@ -90,5 +90,3 @@ module.exports = FeaturesUpdater =
|
||||
return {}
|
||||
else
|
||||
return plan.features
|
||||
|
||||
_notifyV1: (user_id, callback = (error) ->) ->
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user