removed prints used for test

git-svn-id: http://galileo.dmi.unict.it/svn/relational/trunk@46 014f5005-505e-4b48-8d0a-63407b615a7c
master
LtWorf 2008-10-04 17:48:49 +07:00
parent 56b4756145
commit e11fef3330
1 changed files with 0 additions and 2 deletions

@ -142,10 +142,8 @@ def parse_op(expr):
quotes=expr.split('"');
for i in range (0,len(quotes),2):
print "Parsing: ",quotes[i]
for j in symbols:
quotes[i]=quotes[i].replace(j,"_____%s_____"% (j))
print "Becomes: ",quotes[i]
#The parts outside the quotes was parsed, put the string together again
if (len(quotes)>1):