Skip to content

Commit

Permalink
Remove now unused signal
Browse files Browse the repository at this point in the history
  • Loading branch information
humitos committed May 1, 2018
1 parent bc2c047 commit afd027e
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions readthedocs/projects/signals.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
import django.dispatch
from django.dispatch import receiver

from readthedocs.core.utils import trigger_build
from readthedocs.oauth.utils import attach_webhook


Expand All @@ -24,10 +23,3 @@ def handle_project_import(sender, **kwargs):
request = kwargs.get('request')

attach_webhook(project=project, request=request)


# TODO: move this to ImportWizardView.trigger_initial_build
# @receiver(project_import)
# def trigger_initial_build(sender, request, **kwargs):
# project = sender
# trigger_build(project)

0 comments on commit afd027e

Please sign in to comment.