Skip to content

Commit

Permalink
Nothing
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-NRCan committed Jan 25, 2024
1 parent ad099d6 commit b7b1ae7
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions packages/geoview-geochart/src/geochart-panel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ import { logger } from 'geoview-core/src/core/utils/logger';
import { useMapVisibleLayers } from 'geoview-core/src/core/stores/store-interface-and-intial-values/map-state';
import { useDetailsStoreLayerDataArray } from 'geoview-core/src/core/stores';
import { useGeochartConfigs } from 'geoview-core/src/core/stores/store-interface-and-intial-values/geochart-state';

import { GeoChart } from './geochart';
import { GeoViewGeoChartConfig } from './geochart-types';

import { getSxClasses } from './geochart-style';

type GeoChartRenders = {
Expand Down Expand Up @@ -83,11 +83,6 @@ export function GeoChartPanel(props: GeoChartPanelProps): JSX.Element {
setSelectedLayerPath(layer.layerPath);
}, []);

useEffect(() => {
// Log, leaving the logDebug here, because there's something funky going on across branches and this helps figuring it out
logger.logDebug('selected layer path changed', selectedLayerPath);
}, [selectedLayerPath]);

// Reacts when the array of layer data updates
useEffect(() => {
// Log
Expand Down

0 comments on commit b7b1ae7

Please sign in to comment.