Setting show errors to false by default in Spicemanager

Removed debugging printouts
This commit is contained in:
Anton Arbring
2015-04-22 21:43:54 -04:00
parent 7913c74760
commit 9226dd2d6b
2 changed files with 1 additions and 3 deletions
-2
View File
@@ -575,7 +575,6 @@ bool SpiceManager::getEstimatedPosition(const double time, const std::string tar
targetPosition = PowerScaledCoordinate::CreatePowerScaledCoordinate(pos[0], pos[1], pos[2]);
std::cout << "estimating position for: " << target << ", w observer: " << observer << std::endl;
checkForError("Error estimating positin for target: " + target + ", or observer: " + observer);
return targetFound && observerFound;
@@ -896,7 +895,6 @@ bool SpiceManager::getEstimatedTransformMatrix(const double time, const std::str
}
}
}
std::cout << "estimating from frame: " << fromFrame << ", to frame: " << toFrame << std::endl;
bool hasError = checkForError("Error estimating transform matrix from frame: "
+ fromFrame + ", to frame: " + toFrame);