Remove println!
This commit is contained in:
parent
25ef33b81f
commit
161c122327
1 changed files with 0 additions and 1 deletions
|
@ -20,7 +20,6 @@ impl Add for Real {
|
|||
let lcm = q.lcm(oq);
|
||||
let numer = (p * (lcm / q)) + (op * (lcm / oq));
|
||||
let denom = lcm;
|
||||
println!("lcm = {}, numer = {}, denom = {}", lcm, numer, denom);
|
||||
Real::Rational(numer, denom)
|
||||
}.reduce()
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue