8000 remove console.log · oauth-io/sdk-node@39a5082 · GitHub
[go: up one dir, main page]

Skip to 8000 content

Commit 39a5082

Browse files
author
Thibaud Arnault
committed
remove console.log
Signed-off-by: Thibaud Arnault <thyb@oauth.io>
1 parent 5d9c99e commit 39a5082

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

coffee/lib/authentication.coffee

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@ module.exports = (csrf_generator, cache, requestio) ->
119119
if (not response.state?)
120120
defer.reject new Error 'State is missing from response'
121121
return
122-
console.log session.csrf_tokens, response.state
123122
if (not session?.csrf_tokens? or response.state not in session.csrf_tokens)
124123
defer.reject new Error 'State is not matching'
125124
if response.expires_in

0 commit comments

Comments
 (0)
0