Removing extra step from 3rd-party remove

Signed-off-by: Castulo Martinez <castulo.martinez@intel.com>
This commit is contained in:
Castulo Martinez
2020-02-28 13:50:29 -08:00
committed by Castulo J. Martinez
parent 18a793fd60
commit 4277580540
-1
View File
@@ -168,7 +168,6 @@ enum swupd_code third_party_remove_main(int argc, char **argv)
}
/* remove the repo's exported binaries from the system */
progress_next_step("load_manifests", PROGRESS_BAR);
ret = third_party_process_files(mom->files, "\nRemoving 3rd-party bundle binaries...\n", "remove_binaries", third_party_remove_binary);
exit: