feat: Clear demo data
diff --git a/erpnext/accounts/party.py b/erpnext/accounts/party.py
index 933c70d..4ec5c95 100644
--- a/erpnext/accounts/party.py
+++ b/erpnext/accounts/party.py
@@ -669,7 +669,7 @@
 	if party_type not in ("Customer", "Supplier"):
 		return
 	template = None
-	print(party_type, party_name)
+
 	if party_type == "Customer":
 		customer = frappe.get_cached_value(
 			"Customer", party_name, fieldname=["payment_terms", "customer_group"], as_dict=1