Skip to content

Commit

Permalink
Remove prints
Browse files Browse the repository at this point in the history
  • Loading branch information
Robi9 committed Nov 22, 2024
1 parent 0f910e1 commit 64d0e61
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions services/external/weni/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,6 @@ func (s *service) Call(session flows.Session, params assets.MsgCatalogParam, log

callResult.ProductRetailerIDS = productEntries

fmt.Println("SIZE ProductRetailerIDS:", len(callResult.ProductRetailerIDS))

// simulates cart in VTEX with all products
hasSimulation := false
if postalCode_ != "" && sellerID != "1" {
Expand Down Expand Up @@ -786,8 +784,6 @@ func ProductsSearchMeta(productEntryList []flows.ProductEntry, catalog string, w
allIds = append(allIds, productEntry.ProductRetailerIDs...)
}

fmt.Println("SIZE ALLIDS: ", len(allIds))

newProductEntryList := []flows.ProductEntry{}

for i := 0; i < len(allIds); i += batchSize {
Expand Down

0 comments on commit 64d0e61

Please sign in to comment.