provider is never empty anymore

This commit is contained in:
Girish Ramakrishnan
2018-10-29 19:20:16 -07:00
parent 937e8ce1ed
commit cb90ad803b
-3
View File
@@ -227,9 +227,6 @@ angular.module('Application').service('Client', ['$http', '$interval', 'md5', 'N
Client.prototype.setConfig = function (config) {
var that = this;
// provide fallback to caas
if (!config.provider) config.provider = 'caas';
// derive feature flags from edition
config.features = {
spaces: config.edition === 'education',