Skip to content

Commit

Permalink
removing console.log statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
PhillipsOwen committed Nov 12, 2024
1 parent 07f6eb1 commit 295c077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/trays/settings/colormaps/style-edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit 295c077

Please sign in to comment.