From 4f0a6a7d5709556aef2efe5e571a38872534effe Mon Sep 17 00:00:00 2001 From: Jannat Patel Date: Fri, 17 Jan 2025 14:18:07 +0530 Subject: [PATCH] chore: removed print statement --- lms/lms/doctype/lms_certificate/lms_certificate.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lms/lms/doctype/lms_certificate/lms_certificate.py b/lms/lms/doctype/lms_certificate/lms_certificate.py index 932c3dcc..7adb21cd 100644 --- a/lms/lms/doctype/lms_certificate/lms_certificate.py +++ b/lms/lms/doctype/lms_certificate/lms_certificate.py @@ -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(