From c2ed14644c8fa4c62fa1e9048813e47171b6fd8c Mon Sep 17 00:00:00 2001 From: Pratiksha khandagale Date: Mon, 10 Jul 2023 14:34:46 +0530 Subject: [PATCH] Update verify-identity-no.type.ts --- donor-registry/src/app/forms/types/verify-identity-no.type.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/donor-registry/src/app/forms/types/verify-identity-no.type.ts b/donor-registry/src/app/forms/types/verify-identity-no.type.ts index d52bcd18..5c1044de 100644 --- a/donor-registry/src/app/forms/types/verify-identity-no.type.ts +++ b/donor-registry/src/app/forms/types/verify-identity-no.type.ts @@ -71,7 +71,6 @@ export class VerifyIndentityCode extends FieldType { this.isIdentityNo = true; this.isConfirmPopup = true; this.showConfirmPopup = true; - console.log(data); this.transactionId = data.txnId; }, error: (error) => { @@ -82,7 +81,6 @@ export class VerifyIndentityCode extends FieldType { localStorage.getItem('formtype') != 'recipient' && localStorage.getItem('formtype') != 'livedonor' ) { - // alert(this.errorMessage); } this.isGotErr = true; this.isAbhaNoErr = true; @@ -204,7 +202,6 @@ export class VerifyIndentityCode extends FieldType { this.err409 = true; this.errHeading = 'Already Pledged'; this.errorMessage = error?.error['message']; - //this.closePops('verifyOtpModal'); this.closeAllModal(); this.openPopup('errorMessagePop'); }