From 2b5ac6350def9924827c36a6562cb9197eaa6e43 Mon Sep 17 00:00:00 2001 From: James Turner Date: Wed, 28 Jul 2021 15:14:13 +0100 Subject: [PATCH] remove an error on stable, too common. --- simgear/scene/model/animation.cxx | 3 --- 1 file changed, 3 deletions(-) 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()); }