remove config.edition

we will replace this with feature flags
This commit is contained in:
Girish Ramakrishnan
2019-05-06 19:53:30 -07:00
parent bbced03f3a
commit f96a8bc269
7 changed files with 7 additions and 43 deletions

View File

@@ -170,7 +170,6 @@ function getConfig(callback) {
mailFqdn: config.mailFqdn(),
version: config.version(),
isDemo: config.isDemo(),
edition: config.edition(),
memory: os.totalmem(),
provider: config.provider(),
cloudronName: allSettings[settings.CLOUDRON_NAME_KEY]