Skip to content

Commit

Permalink
remove Number format exception log
Browse files Browse the repository at this point in the history
  • Loading branch information
shanmengm authored and ruanhan committed Jun 21, 2019
1 parent d06b594 commit 278ddc5
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,6 @@ private Double formatNumber(Object value, NumericUnitEnum unitEnum) {
}
return d;
} catch (NumberFormatException e) {
log.error("formatNumber error,value=" + value.toString());
}
return null;
}
Expand Down

0 comments on commit 278ddc5

Please sign in to comment.