chore(apps.web): remove console.log debug on rotator

Signed-off-by: hansputera <hanifdwyputrasembiring@gmail.com>
This commit is contained in:
hansputera
2024-09-08 09:25:49 +08:00
parent e9afd97401
commit bd9234d2f2

View File

@@ -34,7 +34,6 @@ export const rotateProvider = async (
}
const cachedData = await redisClient.get(url);
console.log(cachedData);
if (!cachedData) {
try {
const data = await provider.fetch(url, params ?? {});