diff --git a/notifications/signals.py b/notifications/signals.py
index 24aa4da23d2135412f4412e672610f4804f45889..ca69c684cd688ddd50cf92f677982412b8e4669f 100644
--- a/notifications/signals.py
+++ b/notifications/signals.py
@@ -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: