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