]> git.seodisparate.com - AnotherAURHelper/commitdiff
Remove debug print
authorStephen Seo <seo.disparate@gmail.com>
Tue, 5 Jul 2022 03:06:16 +0000 (12:06 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Tue, 5 Jul 2022 03:06:16 +0000 (12:06 +0900)
update.py

index 016262c9dc3971e56f6dd7bfbe452422387c7471..11162b09aa707ee71c92ee4e10f62e2db6c1b633 100755 (executable)
--- 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)