Skip to content

Commit

Permalink
ci: removes debugging for cache initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
arnoldknott committed Jan 19, 2024
1 parent 3ee92b3 commit 0c81091
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backendAPI/src/core/cache.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import redis
from core.config import config

print("=== cache.py started ===")
# print("=== cache.py started ===")

# print("=== config.REDIS_HOST ===")
# print(config.REDIS_HOST)
Expand All @@ -17,4 +17,4 @@
db=config.REDIS_JWKS_DB,
)

print("=== cache.py finished ===")
# print("=== cache.py finished ===")

0 comments on commit 0c81091

Please sign in to comment.