Skip to content

Commit

Permalink
console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
lalalune committed Mar 20, 2024
1 parent 4947ced commit 42172ae
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/lib/__tests__/memory.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,6 @@ describe("Memory", () => {
},
);

console.log("searchedMemories", searchedMemories);

// Check that the similar memory is included in the search results and the dissimilar one is not or ranks lower
expect(
searchedMemories.some(
Expand Down

0 comments on commit 42172ae

Please sign in to comment.