From 5cd478e4bb94172e9e5200b923dbb2460c71fb3a Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Tue, 30 Jun 2015 08:39:33 +0000 Subject: [PATCH] Quitened down debug for ViewConfig argument parsing git-svn-id: http://svn.openscenegraph.org/osg/OpenSceneGraph/trunk@14927 16af8721-9629-0410-8352-f15c8da7e697 --- src/osgViewer/Viewer.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/osgViewer/Viewer.cpp b/src/osgViewer/Viewer.cpp index 9e9249e3d..ab4adb867 100644 --- a/src/osgViewer/Viewer.cpp +++ b/src/osgViewer/Viewer.cpp @@ -307,10 +307,11 @@ bool Viewer::readConfiguration(const std::string& filename) ViewConfig* config = dynamic_cast(object.get()); if (config) { - OSG_NOTICE<<"Using osgViewer::Config : "<className()<className()<configure(*this); - osgDB::writeObjectFile(*config,"test.osgt"); + //osgDB::writeObjectFile(*config,"test.osgt"); return true; }