From fe149c583a96775f0681ea847c3dd59533bebc76 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Wed, 9 Mar 2011 17:35:30 +0000 Subject: [PATCH] Quitened down timing stats --- src/osg/GraphicsCostEstimator.cpp | 2 -- src/osgUtil/IncrementalCompileOperation.cpp | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/src/osg/GraphicsCostEstimator.cpp b/src/osg/GraphicsCostEstimator.cpp index c0347ad38..8dabf47bf 100644 --- a/src/osg/GraphicsCostEstimator.cpp +++ b/src/osg/GraphicsCostEstimator.cpp @@ -83,8 +83,6 @@ CostPair GeometryCostEstimator::estimateCompileCost(const osg::Geometry* geometr cost.first = _displayListCompileConstant + _displayListCompileFactor * cost.first ; } - OSG_NOTICE<<"GeometryCostEstimator::estimateCompileCost(..) size="<0.0 && compileInfo.maxNumObjectsToCompile>0;