Remove unused feature flag

This commit is contained in:
Alasdair Smith 2018-04-06 17:00:27 +01:00
parent c3b2af4345
commit eb05be6eb3

View file

@ -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