Commit b2bb008e authored by Łukasz Nowak's avatar Łukasz Nowak Committed by Rafael Monnerat

Drop not needed log.

parent 5f46d31b
......@@ -61,8 +61,6 @@ person = context.getPortalObject().portal_catalog.getResultValue(portal_type=\'P
if person is None:\n
return False\n
\n
script.log(context.BearerToken_getHMAC(person.getBearerTokenKey(), context.getSourceReference()))\n
script.log(context.getReference())\n
if context.BearerToken_getHMAC(person.getBearerTokenKey(), context.getSourceReference()) == context.getReference() \\\n
and context.getExpirationDate() >= DateTime() and context.getValidationState() == \'validated\' \\\n
and context.getDestinationReference() is not None:\n
......
4
\ No newline at end of file
5
\ No newline at end of file
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