removed log

This commit is contained in:
Miodec 2021-08-18 01:41:42 +01:00
parent 367b104679
commit 7106318b0d

View file

@ -3,7 +3,6 @@ const { verifyIdToken } = require("../handlers/auth");
module.exports = {
async authenticateRequest(req, res, next) {
console.log();
try {
const { authorization } = req.headers;
if (!authorization)