diff --git a/hypha/apply/funds/models/submissions.py b/hypha/apply/funds/models/submissions.py
index 31814fd8968aa71bb90ce712dd359cc45da755ff..f8804ac6bd1ef19584d6087b3f0be3ed4f9201e9 100644
--- a/hypha/apply/funds/models/submissions.py
+++ b/hypha/apply/funds/models/submissions.py
@@ -161,7 +161,6 @@ class ApplicationSubmissionQueryset(JSONOrderable):
         )
 
     def exclude_draft(self):
-        # Applications which have the current stage active (have not been progressed)
         return self.exclude(status='draft')
 
     def with_latest_update(self):