Make less verbose
This commit is contained in:
parent
67ad7d8fef
commit
80ba346d46
1 changed files with 1 additions and 7 deletions
|
|
@ -72,13 +72,7 @@ export class Settings {
|
|||
value: SyncSettings[T]
|
||||
): Promise<void> {
|
||||
const newSettings = { ...this.settings, [key]: value };
|
||||
this.logger.debug(
|
||||
`Setting ${key} to ${value}, new settings: ${JSON.stringify(
|
||||
newSettings,
|
||||
null,
|
||||
2
|
||||
)}`
|
||||
);
|
||||
this.logger.debug(`Setting '${key}' to '${value}'`);
|
||||
await this.setSettings(newSettings);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue