From fc4b9ccae109bc6643edf6a9715b7b5f28f495c0 Mon Sep 17 00:00:00 2001
From: Alex ORLUC <alex.orluc@maarch.org>
Date: Mon, 31 May 2021 20:21:35 +0200
Subject: [PATCH] FEAT #17109 TIME 0:01 remove test

---
 src/frontend/app/indexation/indexation.component.ts | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/frontend/app/indexation/indexation.component.ts b/src/frontend/app/indexation/indexation.component.ts
index c4ce4ebb2b..3c3570a3cf 100644
--- a/src/frontend/app/indexation/indexation.component.ts
+++ b/src/frontend/app/indexation/indexation.component.ts
@@ -187,7 +187,6 @@ export class IndexationComponent implements OnInit {
                         }).then(async (load: HTMLIonLoadingElement) => {
                             load.present();
                             const objTosend = this.formatData(data.note);
-                            this.hasEmptyOtpSignaturePosition();
                             for (let index = 0; index < objTosend.length; index++) {
                                 await this.saveDocument(objTosend[index], index);
                                 if (objTosend[0].workflow[0].userId === this.authService.user.id) {
-- 
GitLab