Skip to content

Commit

Permalink
fix: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
majkshkurti committed Jul 3, 2024
1 parent b8c4e8c commit 0893643
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/web/components/map/panels/style/LayerStyle.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,6 @@ const LayerStylePanel = ({ projectId }: { projectId: string }) => {
collapsed={collapseStrokeColorOptions}
selectedField={activeLayer?.properties.stroke_color_field}
onStyleChange={async (newStyle: FeatureLayerProperties) => {
console.log(activeLayer);
if (
newStyle.stroke_color_field?.type === "number" &&
newStyle.stroke_color_scale !== "ordinal"
Expand Down

0 comments on commit 0893643

Please sign in to comment.