diff --git a/submodules/TelegramCore/Sources/ChannelCreation.swift b/submodules/TelegramCore/Sources/ChannelCreation.swift index 64462876dc..4fbe458d0d 100644 --- a/submodules/TelegramCore/Sources/ChannelCreation.swift +++ b/submodules/TelegramCore/Sources/ChannelCreation.swift @@ -13,10 +13,6 @@ public enum CreateChannelError { } private func createChannel(account: Account, title: String, description: String?, isSupergroup:Bool, location: (latitude: Double, longitude: Double, address: String)? = nil) -> Signal { - #if DEBUG - return .fail(.tooMuchJoined) - #endif - return account.postbox.transaction { transaction -> Signal in var flags: Int32 = 0 if isSupergroup {