[Hejes-devel] [817] deleted debug line from egybekulon2.py
hejes-devel at nytud.hu
hejes-devel at nytud.hu
Mon Jun 10 20:47:37 CEST 2013
Revision: 817
Author: hussami
Date: 2013-06-10 20:47:36 +0200 (Mon, 10 Jun 2013)
Log Message:
-----------
deleted debug line from egybekulon2.py
Modified Paths:
--------------
trunk/web2py/applications/helyesiras_webdev/modules/egybekulon2.py
Modified: trunk/web2py/applications/helyesiras_webdev/modules/egybekulon2.py
===================================================================
--- trunk/web2py/applications/helyesiras_webdev/modules/egybekulon2.py 2013-06-10 18:45:25 UTC (rev 816)
+++ trunk/web2py/applications/helyesiras_webdev/modules/egybekulon2.py 2013-06-10 18:47:36 UTC (rev 817)
@@ -290,7 +290,6 @@
norm_strings = self.get_normalized_forms()
try:
sql = 'SELECT actual FROM `ohdict` WHERE norm IN ({0});'.format(','.join([escape_string(x) for x in norm_strings]))
- print sql #xxx
result = self.dbconn.executesql(sql, as_dict=True) # e.g. [{actual='alma fa'}, {actual='almafa'}]
except:
return False # return safely from any DB error
More information about the Hejes-devel
mailing list