Remove print

This commit is contained in:
Alexis de Lattre
2016-11-13 21:48:20 +01:00
committed by Florian da Costa
parent fb42d4c037
commit 911b03860b

View File

@@ -289,7 +289,6 @@ class AccountJournal(models.Model):
"The file is empty")) "The file is empty"))
parsed_cols = parser.get_move_line_vals(result_row_list[0]).keys() parsed_cols = parser.get_move_line_vals(result_row_list[0]).keys()
for col in parsed_cols: for col in parsed_cols:
print dir(move_line_obj)
if col not in move_line_obj._fields: if col not in move_line_obj._fields:
raise UserError( raise UserError(
_("Missing column! Column %s you try to import is not " _("Missing column! Column %s you try to import is not "