Skip to content

Commit 7dd8607

Browse files
adding the temporary log
1 parent 4baa64b commit 7dd8607

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

httpclient/request.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,8 @@ func (c *Client) request(ctx context.Context, method, endpoint string, body inte
259259
url := (*c.Integration).ConstructURL(endpoint)
260260

261261
req, err := http.NewRequest(method, url, requestDataBytes)
262+
//@TODO: Delete
263+
fmt.Print("THIS IS THE LOG PLEASE DELETE ME: &v", req)
262264
if err != nil {
263265
return nil, err
264266
}

0 commit comments

Comments
 (0)