Skip to content

Commit

Permalink
log response object
Browse files Browse the repository at this point in the history
  • Loading branch information
jj committed Apr 24, 2022
1 parent 8986bc4 commit c304137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/resolvers/cfResolver.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export const cloudflareResolver: Resolver = async (_asset, url, { width, height,
},
})

console.log('cloudflareResolver1', imageResponse.status, imageResponse)
console.log('cloudflareResolver1', imageResponse.status, JSON.stringify(imageResponse))
if (imageResponse.status > 250) {
throw new RemixImageError('cloudflareResolver failed with status ' + imageResponse.status)
}
Expand Down

0 comments on commit c304137

Please sign in to comment.