From c6780b5678d8320e26ea5fe669d264513cb5b02c Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Tue, 5 Jul 2022 12:06:16 +0900 Subject: [PATCH] Remove debug print --- update.py | 1 - 1 file changed, 1 deletion(-) diff --git a/update.py b/update.py index 016262c..11162b0 100755 --- a/update.py +++ b/update.py @@ -1205,7 +1205,6 @@ if __name__ == "__main__": while i < len(pkg_list): if i > furthest_checked: furthest_checked = i - print(f"i is {i} and furthest_checked is {furthest_checked}") if not ensure_pkg_dir_exists(pkg_list[i], pkg_state, other_state): print_state_info_and_get_update_list(pkg_state) sys.exit(1)