Skip to content

Commit

Permalink
removed debug print in Client_Credentials.py
Browse files Browse the repository at this point in the history
  • Loading branch information
GDcheeriosYT committed Jul 19, 2024
1 parent e732b9c commit b5fcdb2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Client_Credentials.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@

load_dotenv()

print("Environment Variables:")
for key in os.environ.keys():
print(key)

# main variables
domain = os.environ['DOMAIN']
port = os.environ['PORT'] # the port
Expand Down

0 comments on commit b5fcdb2

Please sign in to comment.