remove authentification try console log

This commit is contained in:
2023-03-22 17:00:42 +01:00
parent 78ee045fee
commit 9d235139ab
-1
View File
@@ -22,7 +22,6 @@ router.post(
//Huge mess to retrieve server id from expressBasicAuth. We probably should fix it.
(req, res, next) => {
if (!req) res.sendStatus(500)
console.log('authentification try with', req.headers['authorization'])
return expressBasicAuth({
authorizeAsync: true,
authorizer: CheckServerToken.bind(req),