From 9b7e19e9c5a9601dbd549027bbb902fe0d2d591b Mon Sep 17 00:00:00 2001 From: John Preston Date: Tue, 14 Jun 2022 19:51:51 +0400 Subject: [PATCH] Remove debug code path (always error display). --- Telegram/SourceFiles/apiwrap.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/Telegram/SourceFiles/apiwrap.cpp b/Telegram/SourceFiles/apiwrap.cpp index 18ae93278..47314e066 100644 --- a/Telegram/SourceFiles/apiwrap.cpp +++ b/Telegram/SourceFiles/apiwrap.cpp @@ -1630,9 +1630,6 @@ void ApiWrap::saveStickerSets( } void ApiWrap::joinChannel(not_null channel) { - Ui::show(Box(ChannelsLimitBox, _session)); - AssertIsDebug(); - return; if (channel->amIn()) { session().changes().peerUpdated( channel,