Remove: console.log(CACHE MISS! Asset file: x);

This commit is contained in:
ChrisEric1 CECL
2022-08-06 16:42:55 -04:00
committed by GitHub
parent df3b658b1e
commit 2ef49012b8

View File

@@ -40,7 +40,6 @@ export default function TestClient(app: Application) {
});
}
else {
console.log(`CACHE MISS! Asset file: ${req.params.file}`);
response = await fetch(`https://discord.com/assets/${req.params.file}`, {
agent,
// @ts-ignore
@@ -144,4 +143,4 @@ function stripHeaders(headers: Headers): Headers {
headers.delete(headerName);
});
return headers;
}
}