Skip to content

Commit 1c2af5a

Browse files
committed
remove print
1 parent fde88c1 commit 1c2af5a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Source/SocketIO/Engine/SocketEngine.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -307,8 +307,6 @@ open class SocketEngine:
307307
includingCookies: session?.configuration.httpCookieStorage?.cookies(for: urlPollingWithSid)
308308
)
309309

310-
print("ws req: \(req)")
311-
312310
ws = WebSocket(request: req, certPinner: certPinner, compressionHandler: compress ? WSCompression() : nil)
313311
ws?.callbackQueue = engineQueue
314312
ws?.delegate = self

0 commit comments

Comments
 (0)