From 5c6d7a6f19ad0b92ee4804230042e8aaff7e733e Mon Sep 17 00:00:00 2001 From: fallenbagel <98979876+Fallenbagel@users.noreply.github.com> Date: Sun, 23 Feb 2025 08:56:27 +0800 Subject: [PATCH] refactor: remove console logs --- src/components/Settings/SettingsJobsCache/index.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/Settings/SettingsJobsCache/index.tsx b/src/components/Settings/SettingsJobsCache/index.tsx index 47e447d4..99831cb5 100644 --- a/src/components/Settings/SettingsJobsCache/index.tsx +++ b/src/components/Settings/SettingsJobsCache/index.tsx @@ -194,7 +194,6 @@ const SettingsJobs = () => { refreshInterval: 10000, } ); - console.log(cacheData); const [jobModalState, dispatch] = useReducer(jobModalReducer, { isOpen: false,