fix: removed print statements

This commit is contained in:
Jannat Patel
2023-03-15 12:15:44 +05:30
parent 35b77a8908
commit 07e1aaaa66

View File

@@ -38,9 +38,7 @@ class LMSLiveClass(Document):
) )
participants.append(frappe.session.user) participants.append(frappe.session.user)
print(participants)
for participant in participants: for participant in participants:
print(participant)
frappe.get_doc( frappe.get_doc(
{ {
"doctype": "Event Participants", "doctype": "Event Participants",