diff --git a/common/src/services/state.service.ts b/common/src/services/state.service.ts index 45c99222..fe1503e2 100644 --- a/common/src/services/state.service.ts +++ b/common/src/services/state.service.ts @@ -1107,7 +1107,6 @@ export class StateService implements StateServiceAbstraction { await this.saveAccount(account, this.reconcileOptions(options, this.defaultOnDiskLocalOptions)); } - console.debug('saving global theme'); const globals = await this.getGlobals(this.reconcileOptions(options, this.defaultOnDiskLocalOptions)); globals.theme = value; await this.saveGlobals(globals, this.reconcileOptions(options, this.defaultOnDiskLocalOptions));