Skip to content

Commit

Permalink
chore: remove logger
Browse files Browse the repository at this point in the history
  • Loading branch information
stipsan committed Nov 17, 2023
1 parent ba3f35e commit a3fb08c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/sanity.client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ export function getClient(preview?: { token: string }): SanityClient {
perspective: 'published',
encodeSourceMap: preview?.token ? true : false,
studioUrl,
logger: console,
})
if (preview) {
if (!preview.token) {
Expand Down

1 comment on commit a3fb08c

@vercel
Copy link

@vercel vercel bot commented on a3fb08c Nov 17, 2023

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.