Remove a println!
This commit is contained in:
parent
50baf2c118
commit
4f11be1316
1 changed files with 0 additions and 1 deletions
|
@ -61,7 +61,6 @@ impl NumberBuilder {
|
|||
pub fn extend_decimal_value<'a>(&'a mut self, digit: char) -> &'a mut Self {
|
||||
self.extend_value(digit);
|
||||
self.point += 1;
|
||||
println!("value = {}, point = {}", self.value, self.point);
|
||||
self
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue