Skip to content

Commit

Permalink
Remove print statments
Browse files Browse the repository at this point in the history
  • Loading branch information
vidya-ram committed Oct 26, 2023
1 parent b4c5cfa commit 19808eb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion funnel/views/profile.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ def feature_profile_make_private(obj: Account):

@Account.features('is_private')
def feature_profile_is_private(obj: Account):
print('obj.current_roles.admin', obj.current_roles.admin, bool(obj.profile_state.PRIVATE))
return (
obj.is_user_profile
and not obj.current_roles.admin
Expand Down

0 comments on commit 19808eb

Please sign in to comment.