Never show hyphenated feature for now

This commit is contained in:
Girish Ramakrishnan
2018-10-30 20:52:03 -07:00
parent 5d57a5fabb
commit 2e6a0411fb
2 changed files with 1 additions and 2 deletions

View File

@@ -230,7 +230,6 @@ angular.module('Application').service('Client', ['$http', '$interval', 'md5', 'N
// derive feature flags from edition
config.features = {
spaces: config.edition === 'education',
hyphenatedSubdomains: config.edition === 'hostingprovider',
operatorActions: config.edition !== 'hostingprovider'
};