diff --git a/erpnext/selling/doctype/customer/customer.py b/erpnext/selling/doctype/customer/customer.py index 61c9e9353ca..869dc944a3b 100644 --- a/erpnext/selling/doctype/customer/customer.py +++ b/erpnext/selling/doctype/customer/customer.py @@ -440,8 +440,6 @@ def make_opportunity(source_name, target_doc=None): @frappe.whitelist() def make_payment_entry(source_name, target_doc=None): - print(source_name, target_doc) - def set_missing_values(source, target): _set_missing_values(source, target)