diff --git a/src/widgets/dialogs/LogsPopup.cpp b/src/widgets/dialogs/LogsPopup.cpp index 66db3cf8..e8f3846c 100644 --- a/src/widgets/dialogs/LogsPopup.cpp +++ b/src/widgets/dialogs/LogsPopup.cpp @@ -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 &messages)