Author: justi9
Date: 2008-09-11 17:20:10 -0400 (Thu, 11 Sep 2008)
New Revision: 2453
Modified:
mgmt/trunk/mint/python/mint/update.py
Log:
We're not using this atm
Modified: mgmt/trunk/mint/python/mint/update.py
===================================================================
--- mgmt/trunk/mint/python/mint/update.py 2008-09-11 20:12:38 UTC (rev 2452)
+++ mgmt/trunk/mint/python/mint/update.py 2008-09-11 21:20:10 UTC (rev 2453)
@@ -28,8 +28,8 @@
def run(self):
while True:
- size = self.updates.qsize()
-
+ #size = self.updates.qsize()
+ #
#if size > 1:
# log.debug("Queue depth is %i", self.updates.qsize())
Show replies by date