refactor: clean up console logs

This commit is contained in:
fallenbagel
2025-02-23 05:16:59 +08:00
committed by gauthier-th
parent 00728dafdf
commit 7fc8d3d4e4

View File

@@ -758,8 +758,6 @@ settingsRoutes.get('/cache', async (_req, res) => {
const stats = dnsCache.getStats();
const entries = dnsCache.getCacheEntries();
console.log(entries);
console.log(stats);
return res.status(200).json({
apiCaches,