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; } }