Author: justi9
Date: 2008-05-20 17:54:06 -0400 (Tue, 20 May 2008)
New Revision: 2073
Modified:
mgmt/cumin/python/cumin/__init__.py
Log:
Didn't mean to commit this
Modified: mgmt/cumin/python/cumin/__init__.py
===================================================================
--- mgmt/cumin/python/cumin/__init__.py 2008-05-20 21:53:06 UTC (rev 2072)
+++ mgmt/cumin/python/cumin/__init__.py 2008-05-20 21:54:06 UTC (rev 2073)
@@ -100,8 +100,6 @@
elif attempts % 100 == 0:
reg.connect(self.model.data)
- raise Exception("Testing!")
-
self.event.wait(10)
class CuminServer(WebServer):