remove debug statement

main
Elfein Landers 2022-03-14 04:16:25 -07:00
parent 6e26cfe85d
commit ab04dcea5d
1 changed files with 0 additions and 2 deletions

View File

@ -48,8 +48,6 @@ fn hex_float(h: f64) -> String {
num_divides += 1;
if num_divides == e {
output.push('.');
} else {
println!["{num_divides}, {e}"];
}
}