Removed second unnecessary getLogviewerLogs() call.

This commit is contained in:
23rd 2018-10-26 21:55:30 +03:00 committed by pajlada
parent 85c1a1dbac
commit fb14e1f88a

View file

@ -39,7 +39,6 @@ void LogsPopup::setInfo(ChannelPtr channel, QString userName)
this->getRoomID();
this->setWindowTitle(this->userName_ + "'s logs in #" +
this->channel_->getName());
this->getLogviewerLogs();
}
void LogsPopup::setMessages(std::vector<MessagePtr> &messages)