Author: justi9
Date: 2007-10-12 11:53:43 -0400 (Fri, 12 Oct 2007)
New Revision: 1023
Modified:
mgmt/cumin/python/wooly/widgets.py
Log:
Removes an extraneous println.
Modified: mgmt/cumin/python/wooly/widgets.py
===================================================================
--- mgmt/cumin/python/wooly/widgets.py 2007-10-12 15:44:10 UTC (rev 1022)
+++ mgmt/cumin/python/wooly/widgets.py 2007-10-12 15:53:43 UTC (rev 1023)
@@ -138,8 +138,6 @@
items = self.get_items(session, object)
writer = Writer()
- print items
-
for item in items:
self.item_tmpl.render(session, item, writer)
Show replies by date