diff --git a/app/javascript/maps/polylines.js b/app/javascript/maps/polylines.js index ccb4c189..4a3cf888 100644 --- a/app/javascript/maps/polylines.js +++ b/app/javascript/maps/polylines.js @@ -59,10 +59,8 @@ export function getSpeedColor(speedKmh, useSpeedColors, speedColorScale) { ...stop, rgb: hexToRGB(stop.color) }));; - console.log("yes"); } catch (error) { // If user has given invalid values colorStops = colorStopsFallback; - console.log("oof\n" + speedColorScale); } // Find the appropriate color segment diff --git a/app/views/map/_settings_modals.html.erb b/app/views/map/_settings_modals.html.erb index 5a36b807..8436795d 100644 --- a/app/views/map/_settings_modals.html.erb +++ b/app/views/map/_settings_modals.html.erb @@ -141,3 +141,17 @@ + + +