diff --git a/schema.yml b/schema.yml index 6eb3c9fb25..4d489dcdc0 100644 --- a/schema.yml +++ b/schema.yml @@ -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 diff --git a/web/src/user/config.ts b/web/src/user/config.ts index 482ca13bf7..3b1f3e799f 100644 --- a/web/src/user/config.ts +++ b/web/src/user/config.ts @@ -57,7 +57,6 @@ export function uiConfig(): Promise { if ("userInterface" in settings) { config = parseConfig(settings.userInterface); } - console.debug(JSON.stringify(config)); return config; }); }