From 17f38de8d1c1538246ad911342a0fcd43bdbac49 Mon Sep 17 00:00:00 2001
From: "J.-S. Caux" <J.S.Caux@uva.nl>
Date: Tue, 6 Nov 2018 13:21:09 +0100
Subject: [PATCH] Remove unnecessary print in notification signals

---
 notifications/signals.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/notifications/signals.py b/notifications/signals.py
index 24aa4da23..ca69c684c 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:
-- 
GitLab