From 08ea80c90479b40253e1b020cb9b1bf49de9e4d7 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Mon, 25 Feb 2019 15:06:54 +0000 Subject: [PATCH] Streamline the animation path completion message --- src/osgGA/AnimationPathManipulator.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/osgGA/AnimationPathManipulator.cpp b/src/osgGA/AnimationPathManipulator.cpp index f03f29938..eb1136e15 100644 --- a/src/osgGA/AnimationPathManipulator.cpp +++ b/src/osgGA/AnimationPathManipulator.cpp @@ -186,8 +186,7 @@ void AnimationPathManipulator::handleFrame( double time ) { double delta = time-_realStartOfTimedPeriod; double frameRate = (double)_numOfFramesSinceStartOfTimedPeriod/delta; - OSG_NOTICE <<"AnimatonPath completed in "<