changeset 529:21915c68456f 1.8.0

remove print statment
author Digitalxero
date Mon, 22 Mar 2010 21:34:43 -0600
parents 5913542070d7
children 0aa5bf0cf814
files orpg/networking/mplay_client.py
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/orpg/networking/mplay_client.py	Mon Mar 22 21:34:21 2010 -0600
+++ b/orpg/networking/mplay_client.py	Mon Mar 22 21:34:43 2010 -0600
@@ -699,7 +699,6 @@
         end = data.find(">")
         head = data[:end+1]
         msg = data[end+1:]
-        print data
         if msg[-6:] == '</msg>':
             msg = msg[:-6]
             if not msg.startswith('<'):