Skip to content

Commit cdde551

Browse files
committed
Tidy up debug
1 parent ebbda2f commit cdde551

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/auth/strategy.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ Strategy.prototype.sendAPIRequest = function (url, accessToken, done) {
7575
})
7676
}
7777
Strategy.prototype.userProfile = function (accessToken, done) {
78-
console.log('userProfile check')
7978
this._oauth2.useAuthorizationHeaderforGET(true)
8079
this.sendAPIRequest(this.options.userInfoURL, accessToken, (err, userProfile) => {
8180
if (err) {

0 commit comments

Comments
 (0)