Skip to content

Commit

Permalink
Hide logs for production
Browse files Browse the repository at this point in the history
  • Loading branch information
hanbyul-here committed Sep 27, 2023
1 parent e00951a commit 6297e33
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 = process.env.NODE_ENV !== 'production';
const LOG = process.env.NODE_ENV === 'production'? false: true;

export interface MapLayerRasterTimeseriesProps {
id: string;
Expand Down

0 comments on commit 6297e33

Please sign in to comment.