Removed useless console.log
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
Nicolai Ort 2021-01-03 18:13:53 +01:00
parent d67be313e6
commit a5d70ce4b5
1 changed files with 0 additions and 1 deletions

View File

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