Remove unnecessary debug statement.
This commit is contained in:
parent
ac4da31dd4
commit
1ac490ded0
1 changed files with 0 additions and 1 deletions
|
|
@ -66,7 +66,6 @@ def main() -> None:
|
||||||
available_fresh_ids = find_available_fresh_ids(
|
available_fresh_ids = find_available_fresh_ids(
|
||||||
input_fresh_ranges, input_available_ids
|
input_fresh_ranges, input_available_ids
|
||||||
)
|
)
|
||||||
debug(f"AVAILABLE FRESH IDS: {available_fresh_ids}")
|
|
||||||
print(f"There are {available_fresh_ids} available fresh ingedients.")
|
print(f"There are {available_fresh_ids} available fresh ingedients.")
|
||||||
condensed_id_ranges = condense_id_ranges(input_fresh_ranges)
|
condensed_id_ranges = condense_id_ranges(input_fresh_ranges)
|
||||||
debug(f"CONDENSESD RANGES: {condensed_id_ranges}")
|
debug(f"CONDENSESD RANGES: {condensed_id_ranges}")
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue