Remove unnecessary debug statement.

This commit is contained in:
Ada Werefox 2025-12-05 11:54:19 -08:00
parent 99ec95aa03
commit 622314d351

View file

@ -66,7 +66,6 @@ def main() -> None:
available_fresh_ids = find_available_fresh_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.")
condensed_id_ranges = condense_id_ranges(input_fresh_ranges)
debug(f"CONDENSESD RANGES: {condensed_id_ranges}")