diff --git a/geotypes.cpp b/geotypes.cpp index 8bd60f1..d6568a6 100644 --- a/geotypes.cpp +++ b/geotypes.cpp @@ -71,7 +71,6 @@ int Sphere::getIntersectionParam(const Ray &ray, float *param1, float *param2) { float p = b/a; float q = c/a; - std::cout << p << " " << q << std::endl; if((p*p)/4.0f