From 05261ef67cceebfc24c051d05173a0478e252912 Mon Sep 17 00:00:00 2001 From: fourtf Date: Thu, 17 May 2018 12:17:18 +0200 Subject: [PATCH] commented out development code --- src/providers/twitch/twitchchannel.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/providers/twitch/twitchchannel.cpp b/src/providers/twitch/twitchchannel.cpp index 49d297309..51da12992 100644 --- a/src/providers/twitch/twitchchannel.cpp +++ b/src/providers/twitch/twitchchannel.cpp @@ -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()