mirror of
https://github.com/overleaf/overleaf.git
synced 2025-03-10 03:53:15 +00:00
Remove unused feature flag
This commit is contained in:
parent
c3b2af4345
commit
eb05be6eb3
1 changed files with 0 additions and 2 deletions
|
@ -14,8 +14,6 @@ module.exports = Features =
|
||||||
return Settings.enableGithubSync
|
return Settings.enableGithubSync
|
||||||
when 'v1-return-message'
|
when 'v1-return-message'
|
||||||
return Settings.accountMerge? and Settings.overleaf?
|
return Settings.accountMerge? and Settings.overleaf?
|
||||||
when 'rich-text'
|
|
||||||
return Settings.showRichText
|
|
||||||
when 'custom-togglers'
|
when 'custom-togglers'
|
||||||
return Settings.overleaf?
|
return Settings.overleaf?
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue