removed method to add has_profile_feature_flag to context, and reference

This commit is contained in:
asaki222 2024-09-09 11:32:34 -04:00
parent 3a7044d31e
commit 44c911e320
No known key found for this signature in database
GPG key ID: 2C4F802060E06EA4
2 changed files with 0 additions and 5 deletions

View file

@ -54,10 +54,6 @@ def add_path_to_context(request):
return {"path": getattr(request, "path", None)}
def add_has_profile_feature_flag_to_context(request):
return {"has_profile_feature_flag": flag_is_active(request, "profile_feature")}
def portfolio_permissions(request):
"""Make portfolio permissions for the request user available in global context"""
context = {