[FIX] Removed the unused wrong code

bzr revid: jam@tinyerp.com-20120828101723-d6qdm3bqpx3gcqbe
This commit is contained in:
Jigar Amin - OpenERP 2012-08-28 15:47:23 +05:30
parent d27721f480
commit a4dae41a49
1 changed files with 0 additions and 2 deletions

View File

@ -78,8 +78,6 @@ class ir_translation_import_cursor(object):
"""Feed a translation, as a dictionary, into the cursor
"""
state = ddict['value'] and "to_translate" or "translated"
if not :
state =
self._cr.execute("INSERT INTO " + self._table_name \
+ """(name, lang, res_id, src, type,
imd_model, imd_module, imd_name, value,state)