Skip to content

Commit

Permalink
Revert "Oops forgot one"
Browse files Browse the repository at this point in the history
This reverts commit 8e5df9d.
  • Loading branch information
Jonathan Keller committed Apr 19, 2017
1 parent fa461a0 commit 87c94a8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Sources/SwiftChatSE/Client.swift
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,6 @@ open class Client: NSObject, URLSessionDataDelegate {

if sema.wait(timeout: DispatchTime.now() + 30) == .timedOut {
responseError = RequestError.timeout
print("Task timed out")
}
}

Expand Down

0 comments on commit 87c94a8

Please sign in to comment.