Skip to content

Commit 093a17b

Browse files
authored
chore: remove log (@fehmer) (monkeytypegame#6601)
oops
1 parent 47de0c8 commit 093a17b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

frontend/src/ts/elements/account/result-filters.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ function save(): void {
9191
export async function load(): Promise<void> {
9292
try {
9393
filters = resultFiltersLS.get();
94-
console.log("###", { filters });
9594

9695
const newTags: Record<string, boolean> = { none: false };
9796
Object.keys(defaultResultFilters.tags).forEach((tag) => {

0 commit comments

Comments
 (0)