Skip to content

Commit

Permalink
Removed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
HalidOdat committed Jul 17, 2020
1 parent e6d2d6c commit 089d900
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions boa/src/builtins/number/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -391,9 +391,7 @@ impl Number {
}

// 5. If radixNumber = 10, return ! ToString(x).
// This part should use exponential notations for long integer numbers commented tests
if radix == 10 {
// return Ok(to_value(format!("{}", Self::to_number(this).to_num())));
return Ok(Value::from(Self::to_native_string(x)));
}

Expand Down

0 comments on commit 089d900

Please sign in to comment.