Skip to content

Commit

Permalink
Update packages/clients/textLocator/src/plugins/GeometrySearch/utils/…
Browse files Browse the repository at this point in the history
…vectorDisplay.ts


apply suggestion "console debug statement removal"

Co-authored-by: Pascal Röhling <[email protected]>
  • Loading branch information
warm-coolguy and dopenguin authored Nov 8, 2024
1 parent 99b97b8 commit 435ab39
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ const featHeat = (
olFeatures: OlFeature[],
locationFrequency: TitleLocationFrequency['string']['location_frequency']
) => {
console.error('olFeatures', olFeatures)
console.error('locationFrequency', locationFrequency)
const max = Math.max(...Object.values(locationFrequency))
console.error('mäx', max)
olFeatures.forEach((feature) =>
Expand Down

0 comments on commit 435ab39

Please sign in to comment.