[IMP] Remove the print statements

bzr revid: stephane@tinyerp.com-20081210212525-lfastpg2wkepfsbt
This commit is contained in:
Stephane Wirtel 2008-12-10 22:25:25 +01:00
parent b5b1ab3904
commit 0d07e64e71
2 changed files with 0 additions and 2 deletions

View File

@ -543,7 +543,6 @@ def trans_load_data(db_name, fileobj, fileformat, lang, strict=False, lang_name=
line += 1
# skip empty rows and rows where the translation field (=last fiefd) is empty
if (not row) or (not row[-1]):
#print "translate: skip %s" % repr(row)
continue
# dictionary which holds values for this line of the csv file

View File

@ -97,7 +97,6 @@ def _execute(cr, workitem, activity, ident, stack):
if workitem['state']=='active':
_state_set(cr, workitem, activity, 'complete', ident)
if activity['action_id']:
print 'ICI'
res2 = wkf_expr.execute_action(cr, ident, workitem, activity)
if res2:
stack.append(res2)