Skip to content

Commit

Permalink
Remove print statement from get_aws_environment_prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyhashemi committed Nov 2, 2023
1 parent 4ac5bc5 commit 0c0eb0a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/main/aws/parameter.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

def get_aws_environment_prefix() -> str:
environment_name = get_parameter_store_key_value("ENVIRONMENT_NAME")
print(environment_name)
return "/" + environment_name + "/"


Expand Down

0 comments on commit 0c0eb0a

Please sign in to comment.