Skip to content

Commit 138cd07

Browse files
remove unnecessary code comment
1 parent 0f227f9 commit 138cd07

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

x-pack/plugins/upgrade_assistant/public/application/components/es_deprecations/deprecation_tab_content.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ export const filterDeps = (level: LevelFilterOption, search: string = '') => {
4242
}
4343

4444
if (search.length > 0) {
45-
// Change everything to lower case for a case-insensitive comparison
4645
conditions.push((dep) => {
4746
try {
4847
const searchReg = new RegExp(search, 'i');

0 commit comments

Comments
 (0)