Skip to content

Commit

Permalink
Reimbursement Portal: Removed console logs
Browse files Browse the repository at this point in the history
Signed-off-by: Manoj Kumar <[email protected]>
  • Loading branch information
mkumar-02 committed Oct 17, 2024
1 parent 2f65756 commit 0f6eba9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions g2p_reimbursement_portal/static/src/js/form_action.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ function reimbursementFormSubmitAction() {
var beneficiayName = program_id[0].getAttribute("beneficiary");

programForm[0].action = `/portal/reimbursement/submit/${program_id[0].getAttribute("program")}`;
console.log(programForm[0].action);

var modal = $("#SubmitModal");
var requiredFields = $(".s_website_form_required");
Expand All @@ -63,7 +62,6 @@ function reimbursementFormSubmitAction() {
voucherDetails[j].beneficiary_name === beneficiayName &&
voucherDetails[j].code === voucherInputField[0].value
) {
console.log("---------------ok");
isValid = true;
break;
} else if (voucherInputField[0]) {
Expand Down

0 comments on commit 0f6eba9

Please sign in to comment.