remove spaces support

this feature is unused for too long now
This commit is contained in:
Girish Ramakrishnan
2019-05-04 18:34:02 -07:00
parent b4b3fd9ab6
commit e553ade936
6 changed files with 4 additions and 45 deletions
-7
View File
@@ -35,9 +35,6 @@ exports = module.exports = {
isManaged: isManaged,
isDemo: isDemo,
// feature flags based on editions (these have a separate license from standard edition)
isSpacesEnabled: isSpacesEnabled,
// for testing resets to defaults
_reset: _reset
};
@@ -199,10 +196,6 @@ function isDemo() {
return get('isDemo') === true;
}
function isSpacesEnabled() {
return get('edition') === 'education';
}
function provider() {
return get('provider');
}