SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit 17f38de8 authored by Jean-Sébastien Caux's avatar Jean-Sébastien Caux
Browse files

Remove unnecessary print in notification signals

parent 38cda58b
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,6 @@ def notify_receiver(sender, **kwargs):
internal_type=kwargs.get('type', '')
)
notification.save()
print("Request finished!")
# Basic working method to send a notification to a user using signals:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment