From c1050c0baba6a1a4cc37638a4bb24e9be5443202 Mon Sep 17 00:00:00 2001 From: shreyvishal <shreya.vishal@eminds.ai> Date: Thu, 25 Jan 2024 16:52:02 +0530 Subject: [PATCH] Added: Some Logs --- src/x-input/x-input.service.ts | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/x-input/x-input.service.ts b/src/x-input/x-input.service.ts index b7056a2..5577434 100644 --- a/src/x-input/x-input.service.ts +++ b/src/x-input/x-input.service.ts @@ -46,11 +46,7 @@ export class XInputService { const method = body?.method; delete body.action; delete body.method; - console.log("Data======>====>", { - url: actionUrl, - method, - data: body - }); + const submitFormDataResp = await this.httpClient.client({ url: actionUrl, method, -- GitLab