From 784bf2fcbead0e8480e98099897b74e0b34b2c2d Mon Sep 17 00:00:00 2001 From: "tfr@openerp.com" <> Date: Tue, 22 Nov 2011 11:52:02 +0100 Subject: [PATCH] [CLEAN] remove print bzr revid: tfr@openerp.com-20111122105202-13mhvor9gvo1nwpo --- addons/plugin/plugin_handler.py | 1 - 1 file changed, 1 deletion(-) diff --git a/addons/plugin/plugin_handler.py b/addons/plugin/plugin_handler.py index 25ebe7fde80..202b050c722 100644 --- a/addons/plugin/plugin_handler.py +++ b/addons/plugin/plugin_handler.py @@ -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: