Remove spaces code

This commit is contained in:
Girish Ramakrishnan
2019-05-04 18:40:10 -07:00
parent e7f614cdf3
commit 34eadebe00
6 changed files with 11 additions and 39 deletions

View File

@@ -268,10 +268,6 @@ angular.module('Application').service('Client', ['$http', '$interval', 'md5', 'N
// derive feature flags from edition
config.managed = config.edition === 'hostingprovider' || config.provider === 'caas';
config.features = {
spaces: config.edition === 'education'
};
angular.copy(config, this._config);
this._configListener.forEach(function (callback) {