chore: cleanup

This commit is contained in:
Methapon2001 2024-01-22 20:19:42 +07:00
parent c633224b88
commit 2b5510758e
No known key found for this signature in database
GPG key ID: 849924FEF46BD132

View file

@ -168,7 +168,6 @@ async function handleNotFoundRecord(
.catch((e) => {
if (e.meta.statusCode >= 400 && e.meta.statusCode < 500) {
errorKey.push(key);
console.log(cachedRecord);
}
console.error(e);
});