Remove console.log from refreshtoken

This commit is contained in:
Pierce 2019-05-22 20:28:33 -04:00
parent 3d5c3db29f
commit ae5c2149a2

View file

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