[Mpuls-commits] r2581 - wasko/branches/2.0/mpulsweb/model

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Fri Apr 30 12:53:00 CEST 2010


Author: torsten
Date: 2010-04-30 12:53:00 +0200 (Fri, 30 Apr 2010)
New Revision: 2581

Modified:
   wasko/branches/2.0/mpulsweb/model/phase.py
Log:
Removed debugging


Modified: wasko/branches/2.0/mpulsweb/model/phase.py
===================================================================
--- wasko/branches/2.0/mpulsweb/model/phase.py	2010-04-30 10:52:34 UTC (rev 2580)
+++ wasko/branches/2.0/mpulsweb/model/phase.py	2010-04-30 10:53:00 UTC (rev 2581)
@@ -349,8 +349,6 @@
         for rule in rules:
             self.conditions.append(Condition(field, rule, it))
 
-        #log.debug('name: %s, conditions: %s' % (self.name, self.conditions))
-
     def get_link(self):
         out = []
         style = self.is_ok() and "ok" or "error"



More information about the Mpuls-commits mailing list