remove debugging code

This commit is contained in:
Martin Rotter 2024-09-26 07:59:57 +02:00
parent 0a62071d85
commit aaed843e49
1 changed files with 0 additions and 4 deletions

View File

@ -317,10 +317,6 @@ PreparedHtml SkinFactory::generateHtmlOfArticles(const QList<Message>& messages,
}
}
#if !defined(NDEBUG)
IOFactory::writeFile("c.html", msg_contents.toUtf8());
#endif
return {msg_contents, base_url};
}