Alpha 0.10.23: removed test code for error text checking.

This commit is contained in:
John Preston 2017-01-01 21:15:21 +04:00
parent 3da020dffd
commit a86c85485a
1 changed files with 0 additions and 2 deletions

View File

@ -364,8 +364,6 @@ void ContactsBox::inviteParticipants() {
void ContactsBox::createGroup() {
if (_saveRequestId) return;
Ui::show(Box<InformBox>(PeerFloodErrorText(PeerFloodType::Send)), KeepOtherLayers);
return;
auto users = _inner->selectedInputs();
if (users.isEmpty() || (users.size() == 1 && users.at(0).type() == mtpc_inputUserSelf)) {