diff --git a/app/scripts/components/common/mapbox/layers/raster-timeseries.tsx b/app/scripts/components/common/mapbox/layers/raster-timeseries.tsx index c6b7497d9..1097f8a0a 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 = true; +const LOG = process.env.NODE_ENV !== 'production'; export interface MapLayerRasterTimeseriesProps { id: string;