From 657f63306b9b0585a15e9884502944419a1dd90a Mon Sep 17 00:00:00 2001 From: Amardeepsingh Siglani Date: Tue, 11 Jul 2023 18:08:17 -0700 Subject: [PATCH] removed logs Signed-off-by: Amardeepsingh Siglani --- server/services/CorrelationService.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/server/services/CorrelationService.ts b/server/services/CorrelationService.ts index 7a4f3c009..5dc2e150a 100644 --- a/server/services/CorrelationService.ts +++ b/server/services/CorrelationService.ts @@ -64,8 +64,6 @@ export default class CorrelationService { response: OpenSearchDashboardsResponseFactory ) => { try { - console.log('UPDATE CORRELATION RULE'); - console.log(JSON.stringify(request.params)); const { ruleId } = request.params as { ruleId: string }; const params: any = { body: request.body, ruleId }; const { callAsCurrentUser: callWithRequest } = this.osDriver.asScoped(request);