Skip to content

Commit cf9c1ea

Browse files
rm debugging print 🤦‍♀️
1 parent 7fc6946 commit cf9c1ea

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Sources/Apollo/URLSessionClient.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ open class URLSessionClient: NSObject, URLSessionDelegate, URLSessionTaskDelegat
6868
rawTaskCompletionHandler: RawCompletion? = nil,
6969
completion: @escaping Completion) -> URLSessionTask {
7070
let task = self.session.dataTask(with: request)
71-
print("Task ID: \(task.taskIdentifier)")
7271
let taskData = TaskData(rawCompletion: rawTaskCompletionHandler,
7372
completionBlock: completion)
7473

0 commit comments

Comments
 (0)