We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent beb8c07 commit 461b54fCopy full SHA for 461b54f
Sources/CurrencyLayer/Helper/Networking.swift
@@ -117,7 +117,7 @@ final public class Networking {
117
urlRequest.httpMethod = "GET"
118
119
// Debug logging
120
- print("[DEBUG] Requesting \(formattedURL.absoluteString) with \(queryItems)")
+ // print("[DEBUG] Requesting \(formattedURL.absoluteString) with \(queryItems)")
121
122
URLSession.shared.dataTask(with: urlRequest) { (data, _, error) in
123
guard let data = data else {
0 commit comments