Skip to content

Commit

Permalink
Removing prints at start
Browse files Browse the repository at this point in the history
  • Loading branch information
VineetBala-AOT authored Jan 24, 2024
1 parent db8dd1c commit e769c0e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions met-api/src/met_api/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@
# appending any variables we find to the current environment.
load_dotenv(find_dotenv())
# remove all env variables with no text (allows for entries to be unset easily)
print('***********************************************************KEYCLOAK_BASE_URL1', os.getenv('KEYCLOAK_BASE_URL'))
print('***********************************************************KEYCLOAK_REALMNAME2', os.getenv('KEYCLOAK_REALMNAME'))
print('***********************************************************JWT_OIDC_WELL_KNOWN_CONFIG3', os.getenv('JWT_OIDC_WELL_KNOWN_CONFIG'))
os.environ = {k: v for k, v in os.environ.items() if v}


Expand Down

0 comments on commit e769c0e

Please sign in to comment.