Skip to content

Commit

Permalink
[sample] Drop debug print()
Browse files Browse the repository at this point in the history
  • Loading branch information
khaledhosny committed Nov 3, 2024
1 parent 3ea7966 commit 79141df
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Lib/alifTools/sample/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ def _parse_features(text: str) -> dict[str, list[list[int]]]:
start = end = extra
if ":" in extra:
start, end = extra.split(":")
print(tag, value, start, end)
if value is None:
value = 1
if start is None or start == "":
Expand Down

0 comments on commit 79141df

Please sign in to comment.