Remove debug print
This commit is contained in:
parent
c7b803c1ff
commit
c6780b5678
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue