- remove debug code [skip ci]

This commit is contained in:
overtake 2021-01-29 17:15:11 +04:00
parent f990f19eb8
commit 45c831f250

View File

@ -71,9 +71,6 @@ func parseTelegramGroupOrChannel(chat: Api.Chat) -> Peer? {
var infoFlags = TelegramChannelGroupFlags()
if (flags & Int32(1 << 22)) != 0 {
infoFlags.insert(.slowModeEnabled)
} else if id == 1061639060 {
var bp:Int = 0
bp += 1
}
info = .group(TelegramChannelGroupInfo(flags: infoFlags))
} else {