uggh committed a console.log
This commit is contained in:
@ -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) {
|
this._request("POST", this._getAccessTokenUrl(), post_headers, post_data, null, function(error, data, response) {
|
||||||
console.log( 'e> ' + error)
|
|
||||||
if( error ) callback(error);
|
if( error ) callback(error);
|
||||||
else {
|
else {
|
||||||
var results;
|
var results;
|
||||||
|
Reference in New Issue
Block a user