Skip to content

Commit

Permalink
removed dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
daveshanley committed Sep 9, 2024
1 parent 708c439 commit 82bea52
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions utils/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -751,14 +751,10 @@ func ConvertComponentIdIntoFriendlyPathSearch(id string) (string, string) {
if intVal <= 99 {
if len(cleaned) > 0 {
appendSegment(&sb, segs, cleaned, i, false)
} else {
cleaned = append(cleaned, segs[i])
}
} else {
if len(cleaned) > 0 {
appendSegment(&sb, segs, cleaned, i, true)
} else {
cleaned = append(cleaned, segs[i])
}
}
continue
Expand Down

0 comments on commit 82bea52

Please sign in to comment.