[CLEAN] email_template: removed a print statement.

bzr revid: tde@openerp.com-20130311124254-xzxs1r6cnqw2zxxc
This commit is contained in:
Thibault Delavallée 2013-03-11 13:42:54 +01:00
parent 7310643b6b
commit a2a8c238dc
1 changed files with 0 additions and 1 deletions

View File

@ -70,7 +70,6 @@ class mail_compose_message(osv.TransientModel):
elif template_id:
# FIXME odo: change the mail generation to avoid attachment duplication
values = self.generate_email_for_composer(cr, uid, template_id, res_id, context=context)
print values.get('partner_ids')
# transform attachments into attachment_ids
values['attachment_ids'] = []
ir_attach_obj = self.pool.get('ir.attachment')