diff --git a/worker.cpp b/worker.cpp index e3279e0..92c50a3 100644 --- a/worker.cpp +++ b/worker.cpp @@ -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 v = getApismVersion()) { m_apismVersion = v.value(); }