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