Skip to content

Commit 63b220f

Browse files
committed
🔥 removed spurious console.log
1 parent 7888389 commit 63b220f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lang.spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1138,7 +1138,6 @@ describe("Lang.InvertedIndexMap", () => {
11381138
{ category: "electronics" },
11391139
(p) => p.stock > 10,
11401140
);
1141-
console.log("h4");
11421141
expect(noMatches).toEqual([]);
11431142
});
11441143
});

0 commit comments

Comments
 (0)