diff --git a/funnel/views/profile.py b/funnel/views/profile.py index d93b8d8f0..ce91149ec 100644 --- a/funnel/views/profile.py +++ b/funnel/views/profile.py @@ -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