mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
remove commented code
This commit is contained in:
parent
1834342f74
commit
4385fcd13f
1 changed files with 0 additions and 7 deletions
|
@ -220,13 +220,6 @@ MessagePtr TwitchMessageBuilder::build()
|
||||||
|
|
||||||
auto currentTwitchEmote = twitchEmotes.begin();
|
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
|
// words
|
||||||
|
|
||||||
QStringList splits = this->originalMessage_.split(' ');
|
QStringList splits = this->originalMessage_.split(' ');
|
||||||
|
|
Loading…
Reference in a new issue