mirror of
https://github.com/evennia/evennia.git
synced 2026-03-29 03:57:17 +02:00
Remove debugging print statements introduced in r1044.
This commit is contained in:
parent
142cb00566
commit
39e66dbc34
1 changed files with 0 additions and 3 deletions
|
|
@ -738,9 +738,6 @@ class CmdPage(MuxCommand):
|
|||
pages = [msg for msg in messages
|
||||
if msg.receivers]
|
||||
|
||||
print messages
|
||||
print pages
|
||||
|
||||
if pages:
|
||||
lastpage = pages[-1]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue