diff --git a/app/scripts/components/common/mapbox/layers/raster-timeseries.tsx b/app/scripts/components/common/mapbox/layers/raster-timeseries.tsx index 1097f8a0a..da74c24b2 100644 --- a/app/scripts/components/common/mapbox/layers/raster-timeseries.tsx +++ b/app/scripts/components/common/mapbox/layers/raster-timeseries.tsx @@ -33,7 +33,7 @@ import { } from '$utils/status'; // Whether or not to print the request logs. -const LOG = process.env.NODE_ENV !== 'production'; +const LOG = process.env.NODE_ENV === 'production'? false: true; export interface MapLayerRasterTimeseriesProps { id: string;