From cb81dc385fe6ec13e874722fd5b5a1f826eab33b Mon Sep 17 00:00:00 2001 From: Anna Iosif Date: Mon, 16 Dec 2024 15:30:57 +0100 Subject: [PATCH] Remove console.log --- .../mobile-mzima-client/src/app/post/post-edit/post-edit.page.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/mobile-mzima-client/src/app/post/post-edit/post-edit.page.ts b/apps/mobile-mzima-client/src/app/post/post-edit/post-edit.page.ts index 1428a5921a..08459332e6 100644 --- a/apps/mobile-mzima-client/src/app/post/post-edit/post-edit.page.ts +++ b/apps/mobile-mzima-client/src/app/post/post-edit/post-edit.page.ts @@ -300,7 +300,6 @@ export class PostEditPage { this.requireApproval = this.selectedSurvey?.require_approval; this.color = this.selectedSurvey?.color; this.tasks = this.selectedSurvey?.tasks; - console.log(this.selectedSurvey); const fields: any = {}; for (const task of this.tasks ?? []) { task.fields