From 046e032175dace3733196dc2aca7ea2957f49388 Mon Sep 17 00:00:00 2001 From: seba Date: Fri, 2 Oct 2009 02:39:13 +0200 Subject: [PATCH] Removed debugoutput --- geotypes.cpp | 1 - 1 file changed, 1 deletion(-) 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