Skip to content
Snippets Groups Projects
Commit 7daae7ac authored by florimondmanca's avatar florimondmanca
Browse files

remove unused prints and imports

parent 38ecad5c
No related branches found
No related tags found
1 merge request!4Release version ready to welcome first users
...@@ -61,7 +61,6 @@ def send_participation_deleted_notifications(sender, instance: Participation, ...@@ -61,7 +61,6 @@ def send_participation_deleted_notifications(sender, instance: Participation,
@receiver(pending) @receiver(pending)
def notify_pending(sender, instance, **kwargs): def notify_pending(sender, instance, **kwargs):
print('hello')
_send(notifications.UserReceived, instance) _send(notifications.UserReceived, instance)
_send(notifications.OrganizersReceived, instance) _send(notifications.OrganizersReceived, instance)
......
...@@ -4,8 +4,6 @@ from django.test import TestCase ...@@ -4,8 +4,6 @@ from django.test import TestCase
from django.utils.timezone import now from django.utils.timezone import now
from tests.utils.mixins import SignalTestMixin from tests.utils.mixins import SignalTestMixin
from mails.signals import notification_sent
from dynamicforms.models import Form from dynamicforms.models import Form
from profiles.factory import TutorFactory from profiles.factory import TutorFactory
from projects.factory import (EditionFactory, ParticipationFactory, from projects.factory import (EditionFactory, ParticipationFactory,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment