Author: justi9
Date: 2010-05-05 17:31:36 -0400 (Wed, 05 May 2010)
New Revision: 3948
Modified:
mgmt/newdata/mint/python/mint/tools.py
Log:
Remove some debug code
Modified: mgmt/newdata/mint/python/mint/tools.py
===================================================================
--- mgmt/newdata/mint/python/mint/tools.py 2010-05-05 19:29:01 UTC (rev 3947)
+++ mgmt/newdata/mint/python/mint/tools.py 2010-05-05 21:31:36 UTC (rev 3948)
@@ -391,10 +391,6 @@
while True:
sleep(2)
- except Exception, e:
- print_exc()
-
- print e
finally:
app.stop()
Show replies by date