uggh committed a console.log
This commit is contained in:
parent
707b8f77b2
commit
a2ac03bc37
@ -118,7 +118,6 @@ exports.OAuth2.prototype.getOAuthAccessToken= function(code, params, callback) {
|
||||
|
||||
|
||||
this._request("POST", this._getAccessTokenUrl(), post_headers, post_data, null, function(error, data, response) {
|
||||
console.log( 'e> ' + error)
|
||||
if( error ) callback(error);
|
||||
else {
|
||||
var results;
|
||||
|
Loading…
x
Reference in New Issue
Block a user