Skip to content

Commit 461b54f

Browse files
committed
Remove debug logs
1 parent beb8c07 commit 461b54f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/CurrencyLayer/Helper/Networking.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ final public class Networking {
117117
urlRequest.httpMethod = "GET"
118118

119119
// Debug logging
120-
print("[DEBUG] Requesting \(formattedURL.absoluteString) with \(queryItems)")
120+
// print("[DEBUG] Requesting \(formattedURL.absoluteString) with \(queryItems)")
121121

122122
URLSession.shared.dataTask(with: urlRequest) { (data, _, error) in
123123
guard let data = data else {

0 commit comments

Comments
 (0)