Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
evertonvargasvtex committed Oct 25, 2024
1 parent a4ffbef commit 29f1d6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/api/src/platforms/vtex/clients/search/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ export const IntelligentSearch = (
{ account, environment, hideUnavailableItems, simulationBehavior, showSponsored }: Options,
ctx: Context
) => {
console.log("IntelligentSearch faststore", ctx?.headers?.cookie)
const base = `https://${account}.${environment}.com.br/api/io`
const storeCookies = getStoreCookie(ctx)

Expand Down
2 changes: 2 additions & 0 deletions packages/api/src/platforms/vtex/resolvers/query.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,10 @@ export const Query = {
)
}

console.log("product faststore sku")
return sku
} catch (err) {
console.log("catch")
if (slug == null) {
throw new BadRequestError('Missing slug or id')
}
Expand Down

0 comments on commit 29f1d6c

Please sign in to comment.