mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-10 07:12:20 -05:00
Removed debug from db script
This commit is contained in:
10
db.py
10
db.py
@@ -7,16 +7,6 @@ import os
|
||||
# on aws get secrets and export to env
|
||||
os.environ.update(getAllSecrets(region="eu-west-1"))
|
||||
|
||||
print("DOING SETUP")
|
||||
print("\n" * 10)
|
||||
print("SECRETS")
|
||||
print("\n" * 10)
|
||||
print(getAllSecrets(region="eu-west-1"))
|
||||
print("\n" * 10)
|
||||
print("ENV")
|
||||
print("\n" * 10)
|
||||
print(os.environ)
|
||||
|
||||
application = create_app()
|
||||
|
||||
manager = Manager(application)
|
||||
|
||||
Reference in New Issue
Block a user