mirror of
https://github.com/edisionnano/QDiskInfo.git
synced 2026-04-05 22:51:26 +03:00
Remove useless print
This commit is contained in:
@@ -113,7 +113,6 @@ QString getSmartctlPath() {
|
|||||||
QString absolutePath = QDir(path).absoluteFilePath("smartctl");
|
QString absolutePath = QDir(path).absoluteFilePath("smartctl");
|
||||||
if (QFile::exists(absolutePath) && QFileInfo(absolutePath).isExecutable()) {
|
if (QFile::exists(absolutePath) && QFileInfo(absolutePath).isExecutable()) {
|
||||||
return absolutePath;
|
return absolutePath;
|
||||||
qDebug() << absolutePath;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user