diff --git a/services/updater_main.cpp b/services/updater_main.cpp index d131e8483008a51474f2dc8d9e9c8a86fbbff8b4..5ce2aae57b017d6ab93b4f95d461ce64681b2a50 100644 --- a/services/updater_main.cpp +++ b/services/updater_main.cpp @@ -378,10 +378,6 @@ void ProcessPrgrsSmooth(float beginProgress, float endProgress, UpdaterParams up static UpdaterStatus VerifyPackages(UpdaterParams &upParams) { UPDATER_INIT_RECORD; - UpdaterStatus status = UPDATE_SUCCESS; - if (NotifyActionResult(upParams, status, {PROCESS_PACKAGE}) != UPDATE_SUCCESS) { - return UPDATE_CORRUPT; - } LOG(INFO) << "Verify packages start..."; UPDATER_UI_INSTANCE.ShowProgressPage(); UPDATER_UI_INSTANCE.ShowUpdInfo(TR(UPD_VERIFYPKG));