From c8feffdb3a91cf61ddd10d4d0a8b93cba20f3dad Mon Sep 17 00:00:00 2001 From: Spiros Date: Wed, 12 Jun 2024 06:33:28 +0300 Subject: [PATCH] Remove useless print --- mainwindow.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/mainwindow.cpp b/mainwindow.cpp index 4799b1f..b5ba8fc 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -113,7 +113,6 @@ QString getSmartctlPath() { QString absolutePath = QDir(path).absoluteFilePath("smartctl"); if (QFile::exists(absolutePath) && QFileInfo(absolutePath).isExecutable()) { return absolutePath; - qDebug() << absolutePath; } }