diff --git a/src/Utilities.cpp b/src/Utilities.cpp index dec0545f0f915230406c498a8df742c157049c53..9b5021766d8e7873f1db082b89b35e1e4263e5c9 100644 --- a/src/Utilities.cpp +++ b/src/Utilities.cpp @@ -94,11 +94,6 @@ void computeDistortedFocalPlaneCoordinates( distortedX = p11 * t1 + p12 * t2; distortedY = p21 * t1 + p22 * t2; - - std::cout << t1 << ", " << t2 << std::endl; - std::cout << p11 << ", " << p12 << std::endl; - std::cout << p21 << ", " << p22 << std::endl; - }; // Compue the image pixel for a distorted focal plane coordinate