diff --git a/Telegram/SourceFiles/calls/group/calls_group_messages.cpp b/Telegram/SourceFiles/calls/group/calls_group_messages.cpp index 43b0199b62..6c842ce5ce 100644 --- a/Telegram/SourceFiles/calls/group/calls_group_messages.cpp +++ b/Telegram/SourceFiles/calls/group/calls_group_messages.cpp @@ -79,10 +79,6 @@ void Messages::send(TextWithTags text) { _call->inputCall(), serialized )).done([=](const MTPBool &, const MTP::Response &response) { - if (rand() % 256 < 64) { - AssertIsDebug(); - failed(id, response); - } else sent(id, response); }).fail([=](const MTP::Error &, const MTP::Response &response) { failed(id, response);