Skip to content

Commit

Permalink
Remove duplicate UA entry.
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeelmers committed Sep 21, 2021
1 parent 0baca69 commit 1541ff1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/kbn-config/src/config_service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -190,9 +190,7 @@ export class ConfigService {
],
},
};
this.addDeprecationProvider(namespace, () => [
(settings, fromPath, addDeprecation) => addDeprecation(deprecatedConfigDetails),
]);
this.deprecationLog.warn(deprecatedConfigDetails.message);
this.markDeprecatedConfigAsHandled(namespace, deprecatedConfigDetails);
}

Expand Down

0 comments on commit 1541ff1

Please sign in to comment.