chore: removed print statement

This commit is contained in:
Jannat Patel
2023-07-31 14:42:35 +05:30
parent 13a26321f5
commit cce77a475a

View File

@@ -21,7 +21,7 @@ class LMSCertificateRequest(Document):
)
for req in existing_requests:
print(req.date, getdate(self.date), getdate())
if req.date == getdate(self.date) or getdate() <= getdate(req.date):
course_title = frappe.db.get_value("LMS Course", req.course, "title")
frappe.throw(