Skip to content

Commit

Permalink
removed unwanted print
Browse files Browse the repository at this point in the history
  • Loading branch information
shuhaib-aot authored Aug 27, 2024
1 parent c8e6982 commit 6a9f421
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions forms-flow-api/src/formsflow_api/resources/formio.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,6 @@ def add_jwt_token_as_header(response):
formio_user_resource_id = Cache.get("user_resource_id")

roles = get_role_ids_from_user_groups(role_ids, user_role)
print(roles,"roles",user_role,"user_roles",role_ids)
print(user)
if roles is not None:
roles.append(
{
Expand Down

0 comments on commit 6a9f421

Please sign in to comment.