Skip to content

Commit

Permalink
removed logs
Browse files Browse the repository at this point in the history
Signed-off-by: Amardeepsingh Siglani <[email protected]>
  • Loading branch information
amsiglan committed Jul 12, 2023
1 parent 9c93fed commit 657f633
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions server/services/CorrelationService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 657f633

Please sign in to comment.