Skip to content

Commit

Permalink
removed print
Browse files Browse the repository at this point in the history
  • Loading branch information
Maria Mafalda Fernando committed Jun 18, 2019
1 parent bbb77c0 commit b096f4b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion portal/permissions.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ def has_permission(self, request, view):
try:
return u.userprofile.preview_user and has_completed_auth_setup(u)
except AttributeError:
print(u.userprofile)
return False


Expand Down

0 comments on commit b096f4b

Please sign in to comment.