Skip to content

Commit a54cfd5

Browse files
committed
remove logging
1 parent 103d8dd commit a54cfd5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/ui/app.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1514,7 +1514,6 @@ class ArchiveWebApp extends ReplayWebApp {
15141514
onUpdatePrefsOption(event: Event) {
15151515
const target = event.currentTarget as HTMLInputElement;
15161516
const name = target.id;
1517-
console.log("name", name);
15181517
// eslint-disable-next-line @typescript-eslint/no-explicit-any
15191518
(this as any)[name] = target.checked;
15201519
void setLocalOption(name, target.checked ? "1" : "0");

0 commit comments

Comments
 (0)