This commit is contained in:
fourtf
2019-08-21 02:16:33 +02:00
parent 978d5aa1c1
commit e140905faf
2 changed files with 2 additions and 11 deletions
-2
View File
@@ -197,8 +197,6 @@ TextElement::TextElement(const QString &text, MessageElementFlags flags,
, color_(color)
, style_(style)
{
assert(text != "authentication");
for (const auto &word : text.split(' '))
{
this->words_.push_back({word, -1});