Skip to content

Commit

Permalink
Remove logs in production
Browse files Browse the repository at this point in the history
  • Loading branch information
nerik committed Sep 27, 2023
1 parent a500bc9 commit e00951a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit e00951a

Please sign in to comment.