Removed prints. closes #34

This commit is contained in:
Flavio Percoco Premoli 2011-04-13 21:23:46 +02:00
parent 94c21a849f
commit 90c2934e0a
1 changed files with 0 additions and 2 deletions

View File

@ -56,8 +56,6 @@ class Channel(virtual.Channel):
super(Channel, self).close()
def _open(self):
print self.connection
print self.connection.client
conninfo = self.connection.client
mongoconn = Connection(host=conninfo.hostname, port=conninfo.port)
dbname = conninfo.virtual_host