Skip to content

Commit

Permalink
uggh committed a console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
ciaranj committed Aug 15, 2011
1 parent 707b8f7 commit a2ac03b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/oauth2.js
Expand Up @@ -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;
Expand Down

0 comments on commit a2ac03b

Please sign in to comment.