fix: Remove console statement
diff --git a/erpnext/public/js/utils.js b/erpnext/public/js/utils.js
index 3eeafe1..2cd79b5 100755
--- a/erpnext/public/js/utils.js
+++ b/erpnext/public/js/utils.js
@@ -145,7 +145,6 @@
 	},
 
 	get_party_name: function(party_type) {
-		console.log("********");
 		var dict = {'Customer': 'customer_name', 'Supplier': 'supplier_name', 'Employee': 'employee_name',
 			'Member': 'member_name'};
 		return dict[party_type];