Skip to content

Commit

Permalink
remove unnecessary code comment
Browse files Browse the repository at this point in the history
  • Loading branch information
alisonelizabeth committed Apr 27, 2021
1 parent 0f227f9 commit 138cd07
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ export const filterDeps = (level: LevelFilterOption, search: string = '') => {
}

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

0 comments on commit 138cd07

Please sign in to comment.