diff --git a/components/authenticator.js b/components/authenticator.js index ab1ec31..d399c9b 100644 --- a/components/authenticator.js +++ b/components/authenticator.js @@ -81,7 +81,6 @@ module.exports.refreshAuth = function (accessToken, clientToken, selectedProfile request.post(requestObject, function(error, response, body) { if (error) resolve(error); - console.log(body); if(!body.selectedProfile) { throw new Error("Validation error: " + response.statusMessage); }