Skip to content

Commit

Permalink
fix: remove leftover print
Browse files Browse the repository at this point in the history
  • Loading branch information
Ravencentric committed Aug 12, 2024
1 parent e73ca25 commit 685e37f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/nzb/_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ def parse_segments(segmentdict: dict[str, list[dict[str, str]] | dict[str, str]
segmentset: set[Segment] = set()

for segment in segments:
print(segment)
size = segment["@bytes"]
number = segment["@number"]
message_id = segment["#text"]
Expand Down

0 comments on commit 685e37f

Please sign in to comment.