Skip to content

Commit 1243116

Browse files
committed
🔥 remove spurious console.log
1 parent de7567c commit 1243116

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/lang.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -613,8 +613,6 @@ export class InvertedIndexMap<R extends Record<keyof R, unknown>> {
613613
}
614614
}
615615
}
616-
console.log(matched);
617-
console.log(this.data.map((d) => this.keyfn(d)));
618616
return [...matched].map((i) => this.data[i]);
619617
}
620618
}

0 commit comments

Comments
 (0)