From 1d81e6b65005cf4f1b54a11d183d16bd26fcc348 Mon Sep 17 00:00:00 2001 From: Gerhard Hoffmann Date: Thu, 12 Oct 2023 12:08:19 +0200 Subject: [PATCH] Minor: removed unused code. --- worker.cpp | 6 ------ 1 file changed, 6 deletions(-) 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(); }