Remove EOL feature

This commit is contained in:
Lars Toenning
2023-02-28 17:10:53 +01:00
parent fb6b4085cc
commit c4cfdc1fcc
10 changed files with 12 additions and 87 deletions

View File

@@ -131,8 +131,6 @@ namespace BlackMisc
m_stream << " and running with Qt " << qVersion();
m_stream << " " << QSysInfo::buildAbi() << Qt::endl;
m_stream << "Program is going to expire on " + CBuildConfig::getEol().toString() << "." << Qt::endl;
m_stream << "Application started." << Qt::endl;
}