mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-05 03:05:03 +08:00
removed log
This commit is contained in:
parent
d14a582cb8
commit
162beea1b8
1 changed files with 0 additions and 2 deletions
|
@ -203,7 +203,5 @@ export function recordAuthTime(
|
|||
|
||||
const pathNoGet = normalizedPath.replace(/\?.*/, "");
|
||||
|
||||
console.log(pathNoGet);
|
||||
|
||||
authTime.observe({ type, status, path: pathNoGet }, time);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue