Remove unused features

This commit is contained in:
Johannes Zellner
2020-06-18 14:34:06 +02:00
parent 0830e9293d
commit 5100a28ff1

View File

@@ -405,8 +405,6 @@ angular.module('Application').service('Client', ['$http', '$interval', '$timeout
// this._config.features.externalLdap = false;
// this._config.features.privateDockerRegistry = false;
// this._config.features.branding = true;
// this._config.features.userManager = true;
// this._config.features.multiAdmin = true;
// this._config.features.support = true;
this._configListener.forEach(function (callback) {