From b699edbb16979055ec27c5a78f82627abd55225f Mon Sep 17 00:00:00 2001 From: Uditi Mehta Date: Fri, 2 Aug 2024 10:51:48 -0400 Subject: [PATCH] Remove notify_user_submitted call from perform_update method --- api/preprints/views.py | 1 - 1 file changed, 1 deletion(-) diff --git a/api/preprints/views.py b/api/preprints/views.py index ea6f359b0f2..41d38849e1a 100644 --- a/api/preprints/views.py +++ b/api/preprints/views.py @@ -222,7 +222,6 @@ def perform_update(self, serializer): params={'preprint': instance._id}, auth=auth, ) - instance.notify_user_submitted(auth.user) instance.save()