From 88a76e7b6982193c35989eafb2d9aaed4e1a67ea Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Thu, 2 Dec 2010 13:53:10 +0000 Subject: [PATCH] From Brad Christiansen, commented out debug messages --- src/osgDB/DatabasePager.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/osgDB/DatabasePager.cpp b/src/osgDB/DatabasePager.cpp index 299307a5b..4adaa564d 100644 --- a/src/osgDB/DatabasePager.cpp +++ b/src/osgDB/DatabasePager.cpp @@ -1017,7 +1017,7 @@ void DatabasePager::DatabaseThread::run() { if (_pager->_incrementalCompileOperation.valid()) { - OSG_NOTICE<<"Using IncrementalCompileOperation"<_loadedModel.get()); compileSet->_compileCompletedCallback = new DatabasePagerCompileCompletedCallback(_pager, databaseRequest.get()); @@ -1987,7 +1987,7 @@ bool DatabasePager::requiresExternalCompileGLObjects(unsigned int contextID) con void DatabasePager::compileCompleted(DatabaseRequest* databaseRequest) { - OSG_NOTICE<<"DatabasePager::compileCompleted("<add(databaseRequest); }