chore: removed print statement

This commit is contained in:
Jannat Patel
2025-01-17 14:18:07 +05:30
parent 63da1e384d
commit 4f0a6a7d57

View File

@@ -86,7 +86,6 @@ class LMSCertificate(Document):
fields=["name", "batch_name", "batch_title"],
)
if len(batch_duplicates):
print(batch_duplicates)
full_name = frappe.db.get_value("User", self.member, "full_name")
frappe.throw(
_("{0} is already certified for the batch {1}").format(