mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Remove some dead code
This commit is contained in:
parent
e0e88b25fe
commit
cfbb5c8f24
2 changed files with 0 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue