refactor: remove console logs

This commit is contained in:
fallenbagel
2025-02-23 08:56:27 +08:00
committed by gauthier-th
parent ab2fd0a324
commit 5c6d7a6f19

View File

@@ -194,7 +194,6 @@ const SettingsJobs = () => {
refreshInterval: 10000,
}
);
console.log(cacheData);
const [jobModalState, dispatch] = useReducer(jobModalReducer, {
isOpen: false,