mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
Remove debugging code
This commit is contained in:
parent
cc87e9ebd6
commit
3905afc692
@ -21,7 +21,6 @@ swift_library(
|
||||
"//submodules/Reachability:Reachability",
|
||||
"//submodules/ManagedFile:ManagedFile",
|
||||
"//submodules/Utils/RangeSet:RangeSet",
|
||||
"//submodules/GZip:GZip",
|
||||
],
|
||||
visibility = [
|
||||
"//visibility:public",
|
||||
|
@ -3,7 +3,6 @@ import Postbox
|
||||
import SwiftSignalKit
|
||||
import TelegramApi
|
||||
import MtProtoKit
|
||||
import GZip
|
||||
|
||||
private final class ManagedSynchronizeInstalledStickerPacksOperationsHelper {
|
||||
var operationDisposables: [Int32: Disposable] = [:]
|
||||
@ -374,7 +373,7 @@ private func synchronizeInstalledStickerPacks(transaction: Transaction, postbox:
|
||||
}
|
||||
}
|
||||
|
||||
#if DEBUG
|
||||
/*#if DEBUG
|
||||
|
||||
func debugFetchAllStickers(account: Account) -> Signal<Never, NoError> {
|
||||
let orderedItemListCollectionIds: [Int32] = [Namespaces.OrderedItemList.CloudSavedStickers]
|
||||
@ -427,7 +426,7 @@ func debugFetchAllStickers(account: Account) -> Signal<Never, NoError> {
|
||||
}
|
||||
}
|
||||
|
||||
#endif
|
||||
#endif*/
|
||||
|
||||
private func continueSynchronizeInstalledStickerPacks(transaction: Transaction, postbox: Postbox, network: Network, stateManager: AccountStateManager, namespace: SynchronizeInstalledStickerPacksOperationNamespace, operation: SynchronizeInstalledStickerPacksOperation) -> Signal<Void, NoError> {
|
||||
let collectionNamespace: ItemCollectionId.Namespace
|
||||
|
Loading…
x
Reference in New Issue
Block a user