Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
yenienserrano committed Nov 24, 2022
1 parent 7adc647 commit 7812658
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/controllers/wazuh-elastic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -634,7 +634,6 @@ export class WazuhElasticCtrl {
}),
),
);
console.log(results)
return response.ok({
body: { sampleAlertsInstalled: results.some(result => result.body) }
});
Expand Down

0 comments on commit 7812658

Please sign in to comment.