Remove some debugging code

This commit is contained in:
Greg Neagle
2024-08-14 16:58:25 -07:00
parent cd425afc48
commit decd9b8cd6
-2
View File
@@ -136,7 +136,6 @@ class Gurl: NSObject, URLSessionDelegate, URLSessionTaskDelegate, URLSessionData
if let task = session?.dataTask(with: request as URLRequest) {
self.task = task
task.resume()
print("Started dataTask")
}
}
@@ -410,7 +409,6 @@ class Gurl: NSObject, URLSessionDelegate, URLSessionTaskDelegate, URLSessionData
didReceive challenge: URLAuthenticationChallenge,
completionHandler: @escaping @Sendable (URLSession.AuthChallengeDisposition, URLCredential?) -> Void
) {
print("urlSession:task:didReceive:completionHandler:")
// URLSessionTaskDelegate method
// Handle an authentication challenge
let supportedAuthMethods = [