mirror of
https://github.com/artegoser/pimi-launcher-core.git
synced 2024-11-22 04:06:21 +03:00
Remove console.log from refreshtoken
This commit is contained in:
parent
3d5c3db29f
commit
ae5c2149a2
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue