Skip to content

Commit 8efeda4

Browse files
committed
Remove debug logging
1 parent a06f7b6 commit 8efeda4

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

packages/db/tests/query/distinct.test.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -675,11 +675,6 @@ function createDistinctTests(autoIndex: `off` | `eager`): void {
675675
})
676676

677677
test(`distinct with join operations`, () => {
678-
console.log(`**************************************************`)
679-
console.log(`**************************************************`)
680-
console.log(`**************************************************`)
681-
console.log(`**************************************************`)
682-
console.log(`**************************************************`)
683678
// Create a simple departments collection to join with
684679
const departmentsData = [
685680
{ id: `Engineering`, budget: 1000000 },
@@ -715,7 +710,6 @@ function createDistinctTests(autoIndex: `off` | `eager`): void {
715710
const results = Array.from(distinctJoinedData.values())
716711

717712
// There are 3 distinct departments that have active users
718-
console.log(`results:`, JSON.stringify(results, null, 2))
719713
expect(distinctJoinedData.size).toBe(3)
720714

721715
// Should have distinct combinations of department

0 commit comments

Comments
 (0)