Commit 81bc9a8a authored by Ivan Tyagov's avatar Ivan Tyagov

Remove debugging calls to stdout.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22791 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ff1872ef
......@@ -82,7 +82,6 @@ paramsmap=dict(file=filestripper,type=type,reference='reference',filetype=filety
language='language',version='version',created=dateRangeProc)
def parsestates(s):
print s
if s=='all':
return ()
if s[0]=='(' and s[-1]==')':
......@@ -111,7 +110,6 @@ def analyze(params):
def parseSearchString(searchstring):
params={}
l=r.split(searchstring)
print l
map(analyze(params),l)
params['searchabletext']=params['searchabletext'].strip()
return params
......
909
\ No newline at end of file
905
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment