From d718fb6b219a9f2063fb7d521a00283559c8d210 Mon Sep 17 00:00:00 2001 From: addison Date: Wed, 10 Nov 2021 10:10:22 -0500 Subject: [PATCH] [style] Fix lint complaints --- common/src/services/state.service.ts | 1 - 1 file changed, 1 deletion(-) 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));