removed log

This commit is contained in:
Miodec 2022-07-02 18:19:45 +02:00
parent d14a582cb8
commit 162beea1b8

View file

@ -203,7 +203,5 @@ export function recordAuthTime(
const pathNoGet = normalizedPath.replace(/\?.*/, "");
console.log(pathNoGet);
authTime.observe({ type, status, path: pathNoGet }, time);
}