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 435ab39 commit 634e64c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ const featHeat = (
locationFrequency: TitleLocationFrequency['string']['location_frequency']
) => {
const max = Math.max(...Object.values(locationFrequency))
console.error('mäx', max)
olFeatures.forEach((feature) =>
feature.set(
'heat',
Expand Down

0 comments on commit 634e64c

Please sign in to comment.