From d4a61f2979f218abeaad5e8a5e8493955c48a6f1 Mon Sep 17 00:00:00 2001 From: Sebastien Robin <seb@nexedi.com> Date: Thu, 5 Apr 2007 13:55:38 +0000 Subject: [PATCH] sorry, I forgot to remove logs git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13981 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ZSQLCatalog/SQLCatalog.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/product/ZSQLCatalog/SQLCatalog.py b/product/ZSQLCatalog/SQLCatalog.py index 48930353d2..453af85c4d 100644 --- a/product/ZSQLCatalog/SQLCatalog.py +++ b/product/ZSQLCatalog/SQLCatalog.py @@ -336,15 +336,10 @@ class Query(QueryMixin): if isSimpleType(value) or isinstance(value, DateTime): value_list = [value] # For security. - LOG('SQLCatalog.Query value_list',0,value_list) for value in value_list: comparison_operator = None if (value != '' or not ignore_empty_string) \ and isinstance(value, basestring): - LOG('SQLCatalog,Query value:',0,value) - LOG('SQLCatalog,Query value after quote:',0,value) - LOG('SQLCatalog,Query format:',0,self.getFormat()) - LOG('SQLCatalog,Query type:',0,self.getType()) if '%' in value: comparison_operator = 'LIKE' elif len(value) >= 1 and value[0:2] in ('<=','!=','>='): -- 2.30.9