diff --git a/game/gamesrc/commands/default/comms.py b/game/gamesrc/commands/default/comms.py index a5ae13efbd..ba7deb8dbe 100644 --- a/game/gamesrc/commands/default/comms.py +++ b/game/gamesrc/commands/default/comms.py @@ -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]