From 39e66dbc348b8b8af3d95b0acbfbc967c9583558 Mon Sep 17 00:00:00 2001 From: Ari Mudev Date: Sat, 4 Sep 2010 14:05:04 +0000 Subject: [PATCH] Remove debugging print statements introduced in r1044. --- game/gamesrc/commands/default/comms.py | 3 --- 1 file changed, 3 deletions(-) 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]