diff --git a/energy_communities/controllers/website_community_data.py b/energy_communities/controllers/website_community_data.py index 7ba73081df3bb8b9320061f197744156c371bb35..4d4191cf3a3fd52f3fb561fbfedd3d03fe3a3f01 100644 --- a/energy_communities/controllers/website_community_data.py +++ b/energy_communities/controllers/website_community_data.py @@ -197,8 +197,6 @@ class WebsiteCommunityData(http.Controller): return True def _process_lead_metadata(self, values): - print("PROCESS metadata") - print(values) related_lead = ( request.env["crm.lead"].sudo().search([("id", "=", values["lead_id"])]) )