web/user: remove debug
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
parent
8965451073
commit
09696207a6
|
@ -29305,7 +29305,6 @@ components:
|
|||
- is_superuser
|
||||
- name
|
||||
- pk
|
||||
- settings
|
||||
- uid
|
||||
- username
|
||||
UserSelfGroups:
|
||||
|
@ -29345,7 +29344,6 @@ components:
|
|||
additionalProperties: {}
|
||||
required:
|
||||
- name
|
||||
- settings
|
||||
- username
|
||||
UserServiceAccountRequest:
|
||||
type: object
|
||||
|
|
|
@ -57,7 +57,6 @@ export function uiConfig(): Promise<UIConfig> {
|
|||
if ("userInterface" in settings) {
|
||||
config = parseConfig(settings.userInterface);
|
||||
}
|
||||
console.debug(JSON.stringify(config));
|
||||
return config;
|
||||
});
|
||||
}
|
||||
|
|
Reference in New Issue