Skip to content
Snippets Groups Projects
Commit 55d6a5cb authored by daniquilez's avatar daniquilez
Browse files

remove print

parent 4f16edc2
No related branches found
No related tags found
2 merge requests!277[REL] Release Sprint 27/11/23,!244Feature/company data public form
Pipeline #63297 passed
This commit is part of merge request !244. Comments created here will be created in the context of that merge request.
......@@ -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"])])
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment