diff --git a/src/x-input/x-input.service.ts b/src/x-input/x-input.service.ts index b7056a20af280ae5cc0901792b6f5fecc80af40b..5577434d24ceef3e184868f908af3d8d41a16b09 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,