Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
Weijun-H committed Nov 27, 2023
1 parent ecf306a commit d5e710e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arrow-cast/src/cast.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2696,7 +2696,6 @@ where
let decimals = format!("{decimals:0<padding$}");

if negative {
// println!("integers: {}, decimals: {}", integers, decimals);
format!("-{integers}{decimals}")
} else {
format!("{integers}{decimals}")
Expand Down

0 comments on commit d5e710e

Please sign in to comment.