Skip to content

Commit

Permalink
Fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
benjackwhite committed Jan 18, 2024
1 parent c99f1e4 commit 2f92185
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions posthog/tasks/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -536,11 +536,6 @@ def sync_insight_caching_state(
sync_insight_caching_state(team_id, insight_id, dashboard_tile_id)


@shared_task(ignore_result=True, bind=True)
def debug_task(self):
print(f"Request: {self.request!r}")


@shared_task(ignore_result=True)
def calculate_decide_usage() -> None:
from django.db.models import Q
Expand Down

0 comments on commit 2f92185

Please sign in to comment.