Skip to content

Commit

Permalink
chore: temporarily disable co2
Browse files Browse the repository at this point in the history
  • Loading branch information
optionsome committed Dec 4, 2023
1 parent 8cffd4b commit f5b9d9f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/configurations/config.hsl.js
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@ export default {
showBikeAndParkItineraries: true,

// DT-5325 Notice! Turning on this setting forces the search for car routes (for the CO2 comparison only).
showCO2InItinerarySummary: true,
showCO2InItinerarySummary: false,

includeCarSuggestions: false,
includeParkAndRideSuggestions: true,
Expand Down
2 changes: 1 addition & 1 deletion app/configurations/config.jyvaskyla.js
Original file line number Diff line number Diff line change
Expand Up @@ -164,5 +164,5 @@ export default configMerger(walttiConfig, {
itinerary: true,
},
// DT-5325 Notice! Turning on this setting forces the search for car routes (for the CO2 comparison only).
showCO2InItinerarySummary: true,
showCO2InItinerarySummary: false,
});
2 changes: 1 addition & 1 deletion app/configurations/config.matka.js
Original file line number Diff line number Diff line change
Expand Up @@ -525,5 +525,5 @@ export default {
},
},
// Notice! Turning on this setting forces the search for car routes (for the CO2 comparison only).
showCO2InItinerarySummary: true,
showCO2InItinerarySummary: false,
};

0 comments on commit f5b9d9f

Please sign in to comment.