Skip to content

Commit

Permalink
remove extra comment in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Bamieh committed Sep 11, 2021
1 parent 041fd60 commit 4ae0511
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ async function getDeprecations({ esClient, savedObjectsClient }: GetDeprecations
const deprecations: DeprecationsDetails[] = [];
const count = await getFooCount(savedObjectsClient);
if (count > 0) {
// Example of a manual correctiveAction
deprecations.push({
title: i18n.translate('xpack.foo.deprecations.title', {
defaultMessage: `Foo's are deprecated`
Expand Down

0 comments on commit 4ae0511

Please sign in to comment.