Remove debugging

This commit is contained in:
Ali
2023-02-08 11:56:07 +04:00
parent c630214e7c
commit 0755bab06c

View File

@@ -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()