From 70c89e7b191c376b2c35e58fb1f4db39d591858d Mon Sep 17 00:00:00 2001 From: amartin Date: Wed, 13 Feb 2008 12:57:38 +0000 Subject: network --- (limited to 'common/Util') diff --git a/common/Util/Network.py b/common/Util/Network.py index 65a15b0..79fbab5 100644 --- a/common/Util/Network.py +++ b/common/Util/Network.py @@ -539,7 +539,6 @@ class Network: con.recvBuf = con.recvBuf[con.waitingForData:] con.waitingForData = 0 for func in self.processMessage[con.message]: - print "idle_add", func, con.message gobject.idle_add( func, sock, con.message, data ) else: return # wait for more data @@ -549,7 +548,6 @@ class Network: if MSG_SIZE[con.message] == 0: con.recvBuf = con.recvBuf[1:] for func in self.processMessage[con.message]: - print "idle_add", func, con.message gobject.idle_add( func, sock, con.message, "" ) else: con.waitingForData = MSG_SIZE[con.message] -- cgit v0.9.1