[Mpuls-commits] r153 - waska/trunk/waskaweb/lib

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Fri Sep 12 12:11:28 CEST 2008


Author: torsten
Date: 2008-09-12 12:11:28 +0200 (Fri, 12 Sep 2008)
New Revision: 153

Modified:
   waska/trunk/waskaweb/lib/search.py
Log:
Removed debugging output


Modified: waska/trunk/waskaweb/lib/search.py
===================================================================
--- waska/trunk/waskaweb/lib/search.py	2008-09-12 10:10:27 UTC (rev 152)
+++ waska/trunk/waskaweb/lib/search.py	2008-09-12 10:11:28 UTC (rev 153)
@@ -145,7 +145,6 @@
                             #    field, operator, fvalue = [x.strip() for x in value.split(" ")]
                             #    fields[field] = fvalue
                             if key in ['inconsistency', 'bad']:
-                                print key, " ", value 
                                 bad_types.append(value)
                             else:
                                 options[key] = value



More information about the Mpuls-commits mailing list