From 4943e0e902715a5d5f6c411b7727c48eb4e74b25 Mon Sep 17 00:00:00 2001 From: Jannat Patel Date: Fri, 12 Jul 2024 19:58:52 +0530 Subject: [PATCH] chore: fixed linters --- 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 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":