From c5505ab84820248c6dba35fc06aef9e0ced183de Mon Sep 17 00:00:00 2001 From: Julian T Date: Thu, 5 Aug 2021 15:42:43 +0200 Subject: Add XY rectangle --- src/world/shapes/sphere.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/world/shapes/sphere.rs') diff --git a/src/world/shapes/sphere.rs b/src/world/shapes/sphere.rs index 36c9d13..5f32c7f 100644 --- a/src/world/shapes/sphere.rs +++ b/src/world/shapes/sphere.rs @@ -97,7 +97,6 @@ mod tests { }; let dist = sph.intersect(&ray).unwrap(); - println!("Yay {}", dist.t); assert!((dist.t - 1.732).abs() < 0.01); } } -- cgit v1.2.3