Skip to content

Commit

Permalink
Remove unnecessary log entry
Browse files Browse the repository at this point in the history
  • Loading branch information
cavalle committed Sep 19, 2024
1 parent b82087b commit 4545818
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/gateways/ebizkaia/ebizkaia.go
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,6 @@ func newRequest(sup *Supplier, body any) (*Request, error) {
if err != nil {
return nil, fmt.Errorf("encode body to XML: %w", err)
}
fmt.Printf("********\n%v\n******\n", string(bdata))
req.Payload, err = compressBody(bdata)
if err != nil {
return nil, fmt.Errorf("compressing body: %w", err)
Expand Down

0 comments on commit 4545818

Please sign in to comment.