[IMP]: wrong commit remove
authorksa (Open ERP) <ksa@tinyerp.co.in>
Thu, 12 Aug 2010 06:23:11 +0000 (11:53 +0530)
committerksa (Open ERP) <ksa@tinyerp.co.in>
Thu, 12 Aug 2010 06:23:11 +0000 (11:53 +0530)
bzr revid: ksa@tinyerp.co.in-20100812062311-knaoooac1tqgosuu

addons/mail_gateway/mail_gateway.py

index 3cb2019..d387116 100644 (file)
@@ -283,7 +283,6 @@ class mailgate_tool(osv.osv_memory):
                     tools.misc._email_send(smtp_from, self.to_email(email_error), msg, openobject_id=res.id)
 
     def process_email(self, cr, uid, model, message, attach=True, context=None):
-        print "processssss_emaillllllllll",model
         """This function Processes email and create record for given OpenERP model
         @param self: The object pointer
         @param cr: the current row, from the database cursor,