mirror of https://github.com/celery/kombu.git
Removed prints. closes #34
This commit is contained in:
parent
94c21a849f
commit
90c2934e0a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue