Skip to content

Commit

Permalink
Remove debug headers
Browse files Browse the repository at this point in the history
  • Loading branch information
PixoDev committed Nov 13, 2023
1 parent 747867c commit 8735374
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ struct APIClient {
urlRequest.setValue(clientName, forHTTPHeaderField: "internxt-client")
urlRequest.setValue(clientVersion, forHTTPHeaderField: "internxt-version")

print("HEADERS", urlRequest.allHTTPHeaderFields)
if let body = endpoint.body {
urlRequest.httpBody = body
}
Expand Down

0 comments on commit 8735374

Please sign in to comment.