mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
commented out development code
This commit is contained in:
parent
d24e1f8314
commit
05261ef67c
|
@ -104,9 +104,9 @@ TwitchChannel::TwitchChannel(const QString &channelName, Communi::IrcConnection
|
|||
QObject::connect(this->chattersListTimer, &QTimer::timeout, doRefreshChatters);
|
||||
this->chattersListTimer->start(5 * 60 * 1000);
|
||||
|
||||
for (int i = 0; i < 1000; i++) {
|
||||
this->addMessage(messages::Message::createSystemMessage("asdf"));
|
||||
}
|
||||
// for (int i = 0; i < 1000; i++) {
|
||||
// this->addMessage(messages::Message::createSystemMessage("asdf"));
|
||||
// }
|
||||
}
|
||||
|
||||
TwitchChannel::~TwitchChannel()
|
||||
|
|
Loading…
Reference in a new issue