diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 4869a42..e68d97b 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -183,7 +183,6 @@ void MainWindow::updateUI() QString modelName = localObj["model_name"].toString(); QJsonArray attributes = localObj["ata_smart_attributes"].toObject()["table"].toArray(); - QJsonObject nvmeLog = localObj["nvme_smart_health_information_log"].toObject(); QString temperature = "-- °C"; bool healthPassed = localObj["smart_status"].toObject()["passed"].toBool(); bool caution = false;