diff --git a/main/settings.py b/main/settings.py index e2f3f6be27..d1b00d7be0 100644 --- a/main/settings.py +++ b/main/settings.py @@ -869,16 +869,6 @@ month_of_year="*", ), }, - "sync-hubspot-user-contacts": { - "task": "hubspot_sync.tasks.sync_all_contacts_with_hubspot", - "schedule": crontab( - minute=0, - hour=0, - day_of_week="*", - day_of_month="*", - month_of_year="*", - ), - }, } # Hijack