Skip to content

Commit

Permalink
fix: Remove debug print in page.py
Browse files Browse the repository at this point in the history
  • Loading branch information
noahpistilli committed Jul 5, 2024
1 parent 9351962 commit 946c5c8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion url1/special/page.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ def special_page_n(page):
RepeatedElement({"msgseq": i + 1, "msg": "\n".join(wrap(msg, 20))})
)

print(room_mii.seq)
miis.append(
RepeatedElement(
{
Expand Down

0 comments on commit 946c5c8

Please sign in to comment.