Skip to content

Commit

Permalink
removed logging
Browse files Browse the repository at this point in the history
  • Loading branch information
io53 committed Sep 4, 2024
1 parent 7cc1cc3 commit eff68b5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/UnitHelper.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ export function getDisplayValue(key, value) {
// don't show decimals for Pa
if (settings.UNIT_PRESSURE === "0") resolution = 0
}
console.log(typeof (value), value)
if (typeof value === "string") {
// Remove non-breaking spaces and replace minus sign
value = value.replace(" ", "").replace("−", "-");
Expand Down

0 comments on commit eff68b5

Please sign in to comment.