mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-01-01 02:40:27 +00:00
Remove debugging
This commit is contained in:
@@ -78,12 +78,6 @@ class Download: NSObject, MTRequestMessageServiceDelegate {
|
||||
let mtProto = self.mtProto
|
||||
self.shouldKeepConnectionDisposable = (shouldKeepConnection |> distinctUntilChanged |> deliverOn(queue)).start(next: { [weak mtProto] value in
|
||||
if let mtProto = mtProto {
|
||||
#if DEBUG
|
||||
if "".isEmpty {
|
||||
return
|
||||
}
|
||||
#endif
|
||||
|
||||
if value {
|
||||
Logger.shared.log("Network", "Resume worker network connection")
|
||||
mtProto.resume()
|
||||
|
||||
Reference in New Issue
Block a user