fix: remove debugger
diff --git a/erpnext/public/js/controllers/transaction.js b/erpnext/public/js/controllers/transaction.js
index afe4d8c..4296447 100644
--- a/erpnext/public/js/controllers/transaction.js
+++ b/erpnext/public/js/controllers/transaction.js
@@ -1407,7 +1407,7 @@
 
 		for(var k in args) {
 			let data = args[k];
-			debugger;
+
 			if (data && data.apply_rule_on_other_items) {
 				me.frm.doc.items.forEach(d => {
 					if (in_list(data.apply_rule_on_other_items, d[data.apply_rule_on])) {