Minor: removed unused code.

This commit is contained in:
Gerhard Hoffmann 2023-10-12 12:08:19 +02:00
parent 6d57b45d1a
commit 1d81e6b650

View File

@ -78,12 +78,6 @@ Worker::Worker(int customerNr,
this->setObjectName("worker-object");
QDir::setCurrent(m_workingDirectory);
// restart apism to make sure it is running ?
// Command c("systemctl restart apism");
// if (c.execute("/tmp")) {
// QThread::sleep(10); // give APISM some time to reconnect
// }
if (std::optional<QString> v = getApismVersion()) {
m_apismVersion = v.value();
}