Skip to content

Commit

Permalink
remove dedup
Browse files Browse the repository at this point in the history
  • Loading branch information
tzhao-viant committed Dec 5, 2024
1 parent 3879f25 commit b74d008
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions view/collector.go
Original file line number Diff line number Diff line change
Expand Up @@ -630,10 +630,6 @@ outer:
result = append(result, actual[j])
}
default:
if _, ok := unique[fieldValue]; ok {
continue
}
unique[fieldValue] = true
result = append(result, fieldValue)
}
continue
Expand Down

0 comments on commit b74d008

Please sign in to comment.