From a2ac03bc37109a90e2d81f31f23bb395fc7a8fbd Mon Sep 17 00:00:00 2001 From: ciaranj Date: Mon, 15 Aug 2011 23:43:29 +0100 Subject: [PATCH] uggh committed a console.log --- lib/oauth2.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/oauth2.js b/lib/oauth2.js index 19062353..373f1355 100644 --- a/lib/oauth2.js +++ b/lib/oauth2.js @@ -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;