Skip to content

Commit

Permalink
Removed overlooked logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomcariello committed Aug 15, 2023
1 parent 5284ea0 commit 85861be
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web/js/components/layer/settings/palette-threshold.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ class PaletteThreshold extends React.Component {
let endLabel = end === legend.tooltips.length - 1 && legend.maxLabel
? legend.maxLabel
: legend.tooltips[end];
console.log(`endLabel: ${endLabel}`);

if (needsConversion) {
const parsedMin = convertPaletteValue(startLabel, legendTempUnit, globalTemperatureUnit);
Expand Down

0 comments on commit 85861be

Please sign in to comment.