[CLEAN] remove print

bzr revid: tfr@openerp.com-20111122105202-13mhvor9gvo1nwpo
This commit is contained in:
tfr@openerp.com 2011-11-22 11:52:02 +01:00
parent a3f61bd9a7
commit 784bf2fcbe
1 changed files with 0 additions and 1 deletions

View File

@ -118,7 +118,6 @@ class plugin_handler(osv.osv_memory):
if partner_id = 0 then create a new partner with the same name that the address
@return : the partner_id sended or created, this allow the plugin to open the right partner page
"""
print "create contact", data, partner_id
partner_obj = self.pool.get('res.partner')
dictcreate = dict(data)
if partner_id == 0: