Skip to content

Commit 95e6e0f

Browse files
committed
cleanup
1 parent 20f7c9d commit 95e6e0f

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.changeset/nine-cars-tell.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@effect-app/infra": patch
3+
---
4+
5+
cleanup

packages/infra/src/Model/query/new-kid-interpreter.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ const interpret = <
6262
where: ({ current, operation, relation, subPath }) => {
6363
upd(interpret(current))
6464
if (typeof operation === "function") {
65-
console.log("where", { current, operation, subPath, relation })
6665
data.filter.push(
6766
{
6867
t: "where-scope",

0 commit comments

Comments
 (0)