Skip to content

Commit

Permalink
🤡 Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
underbluewaters committed Jan 11, 2024
1 parent ffbd6a3 commit 7b081f1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/client/src/admin/data/glStyleUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ function upgradeCombinationFilter(expression: Expression): Expression {
* @returns
*/
export function addInteractivityExpressions(layers: AnyLayer[]) {
console.log("input layers", layers);
// First check to see if the author of the styles for this layer already
// added interactivity expressions. If so, we don't want to add generated
// styles.
Expand Down Expand Up @@ -377,7 +376,6 @@ export function addInteractivityExpressions(layers: AnyLayer[]) {
} else {
return layers;
}
console.log("output layers", newLayers);
return newLayers;
}

Expand Down

0 comments on commit 7b081f1

Please sign in to comment.