Skip to content
Snippets Groups Projects
Commit 36a91f6b authored by acpaquette's avatar acpaquette
Browse files

Removed commented out debug print

parent 4a874334
No related branches found
No related tags found
No related merge requests found
......@@ -333,8 +333,6 @@ csm::EcefLocus UsgsAstroProjectedLsSensorModel::imageToProximateImagingLocus(
csm::WarningList* warnings) const {
csm::EcefCoord projGround = imageToGround(image_pt, 0);
csm::ImageCoord cameraImagePt = UsgsAstroLsSensorModel::groundToImage(projGround);
// std::cout.precision(17);
// std::cout << cameraImagePt.line << ", " <<
return UsgsAstroLsSensorModel::imageToProximateImagingLocus(cameraImagePt, ground_pt, desired_precision, achieved_precision, warnings);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment