fix: removed print statements
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user