Skip to content

Commit

Permalink
remove logging
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeKarow committed Feb 20, 2024
1 parent 6c9adde commit 0e5f4e9
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,11 @@ export const forContactInfo = async ({ input }: TRPCHandlerParams<TForContactInf
})
: 0
const isSingleLoc = locCount === 1
console.log('location count', locCount)
const where = {
...isPublic,
...whereId(input, isSingleLoc),
...(input.locationOnly !== undefined ? { orgLocationOnly: input.locationOnly } : {}),
}
console.dir(where, { depth: 10 })

const result = await prisma.orgWebsite.findMany({
where,
Expand Down

1 comment on commit 0e5f4e9

@vercel
Copy link

@vercel vercel bot commented on 0e5f4e9 Feb 20, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.