diff --git a/src/controllers/AuthController.ts b/src/controllers/AuthController.ts index cddb677..9672de5 100644 --- a/src/controllers/AuthController.ts +++ b/src/controllers/AuthController.ts @@ -70,7 +70,6 @@ export class AuthController { if (refresh_token && refresh_token.length != 0 && refreshAuth.token == undefined) { refreshAuth.token = refresh_token; } - console.log(req.headers) let auth; try { auth = await refreshAuth.toAuth();