chore: remove debugger (#37584)

diff --git a/erpnext/templates/includes/rfq.js b/erpnext/templates/includes/rfq.js
index ed0f1b1..37beb5a 100644
--- a/erpnext/templates/includes/rfq.js
+++ b/erpnext/templates/includes/rfq.js
@@ -73,7 +73,6 @@
 
 	submit_rfq(){
 		$('.btn-sm').click(function(){
-			debugger
 			frappe.freeze();
 			frappe.call({
 				type: "POST",
@@ -83,7 +82,6 @@
 				},
 				btn: this,
 				callback: function(r){
-					debugger
 					frappe.unfreeze();
 					if(r.message){
 						$('.btn-sm').hide()