Remove print

pull/272/head
Alexis de Lattre 2016-11-13 21:48:20 +01:00 committed by Yannick Vaucher
parent df72e102e1
commit 52d5df49b5
1 changed files with 0 additions and 1 deletions

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 "