Skip to content

Commit

Permalink
Revert additional environment prefix check
Browse files Browse the repository at this point in the history
  • Loading branch information
robdivincenzo committed Sep 16, 2024
1 parent cbb44af commit 92c9c21
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions network-api/networkapi/utility/templatetags/mofo_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ def environment_prefix(context):
env_prefix = "[S]"
elif app_env == "Review":
env_prefix = "[RA]"
elif app_env == "Local":
env_prefix = "[L]"
return env_prefix


Expand Down

0 comments on commit 92c9c21

Please sign in to comment.