provider is never empty anymore
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user