Remove useless print

This commit is contained in:
Spiros
2024-06-12 06:33:28 +03:00
parent 40bdbe3de4
commit c8feffdb3a

View File

@@ -113,7 +113,6 @@ QString getSmartctlPath() {
QString absolutePath = QDir(path).absoluteFilePath("smartctl");
if (QFile::exists(absolutePath) && QFileInfo(absolutePath).isExecutable()) {
return absolutePath;
qDebug() << absolutePath;
}
}