uggh committed a console.log

This commit is contained in:
ciaranj 2011-08-15 23:43:29 +01:00
parent 707b8f77b2
commit a2ac03bc37

View File

@ -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;