Remove dangerous logging

This commit is contained in:
Owen Schwartz
2024-12-22 12:03:46 -05:00
parent 3fb3be1f1e
commit 1361b47ef7
8 changed files with 190 additions and 36 deletions

View File

@@ -104,7 +104,6 @@ export async function authWithAccessToken(
// outputLen: 32,
// parallelism: 1
// });
logger.debug(`${accessToken} ${tokenItem.tokenHash}`)
const validCode = accessToken === tokenItem.tokenHash;
if (!validCode) {