[FIX] mail: commited pudb ... its late and it has been a while since the last time...
authorDenis Ledoux <dle@openerp.com>
Sun, 1 Jun 2014 20:10:54 +0000 (22:10 +0200)
committerDenis Ledoux <dle@openerp.com>
Sun, 1 Jun 2014 20:10:54 +0000 (22:10 +0200)
addons/mail/wizard/mail_compose_message.py

index d51118c..cb068d5 100644 (file)
@@ -244,8 +244,6 @@ class mail_compose_message(osv.TransientModel):
     def get_mail_values(self, cr, uid, wizard, res_ids, context=None):
         """Generate the values that will be used by send_mail to create mail_messages
         or mail_mails. """
-        import pudb
-        pudb.set_trace()
         results = dict.fromkeys(res_ids, False)
         rendered_values, default_recipients = {}, {}
         mass_mail_mode = wizard.composition_mode == 'mass_mail'