diff --git a/src/app/manage-learn/core/services/attachment/attachment.service.ts b/src/app/manage-learn/core/services/attachment/attachment.service.ts index 7252d30cd..fd79abc12 100644 --- a/src/app/manage-learn/core/services/attachment/attachment.service.ts +++ b/src/app/manage-learn/core/services/attachment/attachment.service.ts @@ -189,7 +189,6 @@ export class AttachmentService { this.actionSheetOpen ? this.actionSheetController.dismiss(data) : this.payload.push(data); }, (error) => { - alert(completeFilePath); this.writeFileToPrivateFolder(completeFilePath); // this.presentToast(this.texts["FRMELEMNTS_MSG_ERROR_WHILE_STORING_FILE"]); }