Skip to content

Commit

Permalink
Refactor formatDataRateIEC function to remove unnecessary console.log…
Browse files Browse the repository at this point in the history
… statement
  • Loading branch information
arloor committed Oct 24, 2024
1 parent e4c11c3 commit 672bca0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rust_http_proxy/html/net.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
} else {
value = (num / Math.pow(k, c)).toPrecision(precision) + ' ' + sizes[c];
}
console.log(value);
}
return value;
}
Expand Down

0 comments on commit 672bca0

Please sign in to comment.