* tried to put some sense in the way things get logged, at least on server-side for now
[sfa.git] / sfa / util / filter.py
index bc22f1b..2a3b895 100644 (file)
@@ -214,5 +214,4 @@ class Filter(Parameter, dict):
             clip_part += " ORDER BY " + ",".join(sorts)
         if clips:
             clip_part += " " + " ".join(clips)
-#      print 'where_part=',where_part,'clip_part',clip_part
         return (where_part,clip_part)