Remove startup warnings

This commit is contained in:
Alexander Bock
2016-02-21 01:50:51 +01:00
parent 60cfa1c080
commit 7b1670ea0b
3 changed files with 3 additions and 5 deletions

View File

@@ -311,7 +311,7 @@ void RenderableTrail::fullYearSweep(double time) {
catch (const SpiceManager::SpiceException& e) {
// This fires for PLUTO BARYCENTER and SUN and uses the only value sometimes?
// ---abock
LERROR(e.what());
//LERROR(e.what());
failed = true;
}
}