diff --git a/src/components/trays/settings/colormaps/style-edit.js b/src/components/trays/settings/colormaps/style-edit.js index 62c30d2..4c7b588 100644 --- a/src/components/trays/settings/colormaps/style-edit.js +++ b/src/components/trays/settings/colormaps/style-edit.js @@ -165,7 +165,7 @@ export const StyleEditor = () => { // for imperial based values, because the value is always represented // in it metric form. const lastQuantity = getFloatNumberFromLabel(colormap.colorMapEntries[lastIndex].label, 1); - console.log(lastQuantity); + if (styleName === MAXWVEL) { if (unitsType.current === "imperial") { labelUnit = ((speedType.current === "knots")? " kn" : " mph");