Remove leftover warning

This commit is contained in:
Tobias Fella
2026-02-21 00:17:54 +01:00
parent b7ea6f265e
commit 502e300d5f

View File

@@ -805,8 +805,6 @@ QString TextHandler::customMarkdownToHtml(const QString &stringIn)
// underline
processSyntax(u"_"_s, u"<u>"_s, u"</u>"_s);
qWarning() << buffer;
return buffer;
}