Skip to content

Commit

Permalink
chore: remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
0xOlias committed Feb 19, 2024
1 parent 1cdffae commit 62fe846
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/core/src/server/graphql/filter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,5 @@ export function buildWhereObject(where: Record<string, any>) {
whereObject[fieldName] = { [storeCondition]: rawValue };
}

console.log(whereObject);

return whereObject;
}

0 comments on commit 62fe846

Please sign in to comment.