Skip to content

Commit

Permalink
remove debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
keefertaylor committed Jan 19, 2020
1 parent 8648614 commit 9018255
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion TezosKit/Common/Services/NetworkClient.swift
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ public class NetworkClientImpl: NetworkClient {
urlRequest.addValue(header.value, forHTTPHeaderField: header.field)
}

print("request to \(remoteNodeEndpoint)")
let request = urlSession.dataTask(with: urlRequest) { [weak self] data, response, error in
guard let self = self else {
return
Expand Down

0 comments on commit 9018255

Please sign in to comment.