remove commented code

This commit is contained in:
hemirt 2018-07-08 21:09:14 +02:00
parent 1834342f74
commit 4385fcd13f

View file

@ -220,13 +220,6 @@ MessagePtr TwitchMessageBuilder::build()
auto currentTwitchEmote = twitchEmotes.begin();
/*for (const auto &phrase : app->ignores->phrases.getVector()) {
if (phrase.isReplace() && phrase.isMatch(this->originalMessage_)) {
Log("Replacing message because it contains ignored phrase {}", phrase.getPattern());
this->originalMessage_.replace(phrase.getPattern(), phrase.getReplace());
}
}*/
// words
QStringList splits = this->originalMessage_.split(' ');