mirror of
https://github.com/spacebarchat/server.git
synced 2026-04-26 10:57:31 +00:00
Remove: console.log(CACHE MISS! Asset file: x);
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user