Commit 7de610c3 authored by Roque's avatar Roque

erp5_officejs: remove logs on scripts

parent aa14863c
......@@ -25,7 +25,6 @@ if name.startswith("definition_view/") or name.startswith("portal_types/") or ba
relative_url = relative_url.replace("definition_view/", "", 1)
context.REQUEST.set("view", "definition_view")
context.REQUEST.set("current_web_section", None)
log("GETTING HATEOAS RESULT DICT...")
try:
result_dict = context.getPortalObject().ERP5Document_getHateoas(mode="traverse", relative_url=relative_url, view="definition_view")
except Exception as e:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment