mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-04 13:01:10 +08:00
removed log
This commit is contained in:
parent
367b104679
commit
7106318b0d
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue