From 977c60b1a470f2da53ed00e985325f862dc94e84 Mon Sep 17 00:00:00 2001
From: Vaibhav Mule <vaibhavmule135@gmail.com>
Date: Fri, 15 May 2020 17:31:47 +0530
Subject: [PATCH] remove the comments

---
 hypha/apply/funds/models/submissions.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/hypha/apply/funds/models/submissions.py b/hypha/apply/funds/models/submissions.py
index 31814fd89..f8804ac6b 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):
-- 
GitLab