Skip to content

Commit

Permalink
removed println in auth header
Browse files Browse the repository at this point in the history
  • Loading branch information
awb99 committed Dec 26, 2024
1 parent 3a1294d commit 7fddf69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rest/src/rest/oauth2.clj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
(let [prefix (oauth2-auth-header-prefix {:provider provider})
; token-prefix could be: "Token: " "Bearer "
access-token (p/await (get-access-token this-oauth2 provider))]
(println "adding auth token: " access-token)
;(println "adding auth token: " access-token)
(if (is-exception? access-token)
(throw access-token)
(assoc-in ctx
Expand Down

0 comments on commit 7fddf69

Please sign in to comment.