chore: remove debugger (#37584)

This commit is contained in:
rohitwaghchaure 2023-10-19 12:35:36 +05:30 committed by GitHub
parent 6750af90f7
commit d09618bf05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -73,7 +73,6 @@ rfq = class rfq {
submit_rfq(){ submit_rfq(){
$('.btn-sm').click(function(){ $('.btn-sm').click(function(){
debugger
frappe.freeze(); frappe.freeze();
frappe.call({ frappe.call({
type: "POST", type: "POST",
@ -83,7 +82,6 @@ rfq = class rfq {
}, },
btn: this, btn: this,
callback: function(r){ callback: function(r){
debugger
frappe.unfreeze(); frappe.unfreeze();
if(r.message){ if(r.message){
$('.btn-sm').hide() $('.btn-sm').hide()