From 4277580540e95e8293d2fed0bea14734a754a5df Mon Sep 17 00:00:00 2001 From: Castulo Martinez Date: Fri, 28 Feb 2020 13:50:29 -0800 Subject: [PATCH] Removing extra step from 3rd-party remove Signed-off-by: Castulo Martinez --- src/3rd_party_remove.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/3rd_party_remove.c b/src/3rd_party_remove.c index 37e33eaa..bec27614 100644 --- a/src/3rd_party_remove.c +++ b/src/3rd_party_remove.c @@ -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: