diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 1df2743..0bff88e 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -4,9 +4,7 @@
-
-
-
+
@@ -152,7 +150,6 @@
-
@@ -177,7 +174,8 @@
-
+
+
true
diff --git a/pkg/internal/services/auth.go b/pkg/internal/services/auth.go
index ffbaaeb..d3a999d 100644
--- a/pkg/internal/services/auth.go
+++ b/pkg/internal/services/auth.go
@@ -58,7 +58,6 @@ func GetAuthContext(jti string) (models.AuthContext, error) {
authContextMutex.Lock()
authContextCache[jti] = ctx
authContextMutex.Unlock()
- log.Debug().Str("jti", jti).Msg("Used an auth context cache")
} else {
ctx, err = CacheAuthContext(jti)
log.Debug().Str("jti", jti).Msg("Created a new auth context cache")