Author: justi9
Date: 2007-12-06 14:26:46 -0500 (Thu, 06 Dec 2007)
New Revision: 1439
Modified:
mgmt/mint/python/mint/__init__.py
Log:
Reduces debug printing.
Modified: mgmt/mint/python/mint/__init__.py
===================================================================
--- mgmt/mint/python/mint/__init__.py 2007-12-06 19:26:26 UTC (rev 1438)
+++ mgmt/mint/python/mint/__init__.py 2007-12-06 19:26:46 UTC (rev 1439)
@@ -85,8 +85,6 @@
regs = BrokerRegistration.selectBy(host=host, port=port)
- print "regs", regs
-
for reg in regs:
print "Attaching broker to reg", reg
Show replies by date