From 0bfdc78f5218f5766ab8aad3f420517c63bf4b3d Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Wed, 5 Dec 2007 11:29:58 +0000 Subject: [PATCH] Removed debugging line. --- src/osgPlugins/cfg/ReaderWriterCFG.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/osgPlugins/cfg/ReaderWriterCFG.cpp b/src/osgPlugins/cfg/ReaderWriterCFG.cpp index ebf176c9f..5d79bd58c 100644 --- a/src/osgPlugins/cfg/ReaderWriterCFG.cpp +++ b/src/osgPlugins/cfg/ReaderWriterCFG.cpp @@ -185,8 +185,6 @@ public: else result = ReadResult(view.get()); - osgDB::writeObjectFile(*view,"test.view"); - if(options && filePathList) filePathList->pop_back();