diff --git a/simgear/scene/model/animation.cxx b/simgear/scene/model/animation.cxx index 9edb8e0e..139d3c9b 100644 --- a/simgear/scene/model/animation.cxx +++ b/simgear/scene/model/animation.cxx @@ -457,9 +457,6 @@ SGAnimation::~SGAnimation() } if (!info.empty()) { - reportFailure(LoadFailure::Misconfigured, ErrorCode::XMLModelLoad, - "Could not find at least one of the following object for animation:" + info, - SGPath::fromUtf8(_modelData.getPath())); SG_LOG(SG_IO, SG_DEV_ALERT, "Could not find at least one of the following" " objects for animation: " << info << " in file: " << _modelData.getPath()); }