diff --git a/lms/lms/doctype/lms_certificate/lms_certificate.py b/lms/lms/doctype/lms_certificate/lms_certificate.py index b5c9d5fb..c85643c6 100644 --- a/lms/lms/doctype/lms_certificate/lms_certificate.py +++ b/lms/lms/doctype/lms_certificate/lms_certificate.py @@ -71,7 +71,6 @@ class LMSCertificate(Document): def has_website_permission(doc, ptype, user, verbose=False): - print(doc.member, user, ptype) if ptype in ["read", "print"]: return True if doc.member == user and ptype == "create":