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

Skip to content 8000

Commit b29a6e9

Browse files
author
Thibaud Arnault
committed
remove console.log
Signed-off-by: Thibaud Arnault <thyb@oauth.io>
1 parent 536cdf5 commit b29a6e9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

coffee/main.coffee

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ module.exports = ->
7373

7474
authRedirect: (provider, urlToRedirect) ->
7575
return (req, res) ->
76-
console.log 'in request'
7776
authentication.redirect provider, urlToRedirect, req, res
7877

7978
refreshCredentials: (credentials, session) ->

0 commit comments

Comments
 (0)
0