refactor: remove print func

This commit is contained in:
iamkhanraheel
2025-03-29 06:15:22 +05:30
parent 3a4ba0c790
commit 4284701442

View File

@@ -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)