Skip to content

Commit

Permalink
More fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
avidraccoon committed Jan 31, 2025
1 parent cb1a49e commit 40acb24
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ public JSONMeasure(Measure measure) {
super(measure);
value = measure.magnitude();
unit = measure.unit().name();
System.out.println(value + " " + unit);
}

@Override
Expand Down

0 comments on commit 40acb24

Please sign in to comment.