From 05b0f142c8c9c7c1e4a4b7f164b1345889501f76 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Thu, 30 Nov 2017 12:48:47 +0000 Subject: [PATCH] Quieted down dubug output --- src/osgPlugins/lua/LuaScriptEngine.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/osgPlugins/lua/LuaScriptEngine.cpp b/src/osgPlugins/lua/LuaScriptEngine.cpp index 15be805d1..5488d065d 100644 --- a/src/osgPlugins/lua/LuaScriptEngine.cpp +++ b/src/osgPlugins/lua/LuaScriptEngine.cpp @@ -4074,21 +4074,21 @@ void LuaScriptEngine::addPaths(const osgDB::FilePathList& paths) std::string path = lua_tostring( _lua, -1 ); lua_pop( _lua, 1 ); - OSG_NOTICE<<"LuaScriptEngine::addPaths() original package.path = "<