removes consoole.log

This commit is contained in:
Sebastian Rindom
2020-08-23 16:16:50 +02:00
parent c3898bcea4
commit f77069700a

View File

@@ -52,7 +52,6 @@ class BrightpearlService extends BaseService {
"brightpearl",
data.refresh_token
)
console.log(newAuth)
client.updateAuth({
auth_type: newAuth.token_type,
access_token: newAuth.access_token,