Skip to content

Commit 3838b0a

Browse files
authored
chore(dev): stop custom text settings from spamming debug logs (@nadalaba) (#7831)
https://github.com/user-attachments/assets/2585aa6c-43c2-4789-85b9-f538da59dab6
1 parent 4b92621 commit 3838b0a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/ts/utils/local-storage-with-schema.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export class LocalStorageWithSchema<T> {
3131

3232
public get(): T {
3333
if (this.cache !== undefined) {
34-
console.debug(`LS ${this.key} Got cached value:`, this.cache);
34+
//console.debug(`LS ${this.key} Got cached value:`, this.cache);
3535
return structuredClone(this.cache);
3636
}
3737

0 commit comments

Comments
 (0)