mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 16:44:33 +00:00
Remove dbg statement
This commit is contained in:
parent
ec68d084e9
commit
426582906c
1 changed files with 0 additions and 1 deletions
|
@ -374,7 +374,6 @@ impl RocDec {
|
|||
|
||||
let is_negative = self.as_i128() < 0;
|
||||
let decimal_location = string.len() - Self::DECIMAL_PLACES;
|
||||
dbg!(decimal_location, is_negative, string.len());
|
||||
|
||||
// skip trailing zeros
|
||||
let last_nonzero_byte = string.trim_end_matches('0').len();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue