remove log for dorequest

This commit is contained in:
Erik Little 2016-07-21 10:28:20 -04:00
parent f15a6dc491
commit c9b60445ca
No known key found for this signature in database
GPG Key ID: 62F837E56F4E9320

View File

@ -97,7 +97,6 @@ extension SocketEnginePollable {
func doRequest(req: NSURLRequest, withCallback callback: (NSData?, NSURLResponse?, NSError?) -> Void) {
if !polling || closed || invalidated || fastUpgrade {
DefaultSocketLogger.Logger.error("Tried to do polling request when not supposed to", type: "SocketEnginePolling")
return
}