1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-10 06:39:49 +00:00

removed cout spam

This commit is contained in:
Nikolay Kasyanov 2012-07-28 02:03:34 +04:00
parent fbe9a94568
commit e9d4195500

View File

@ -96,7 +96,6 @@ void OgreRenderer::configure(const std::string &logPath,
loadPlugins();
#endif
std::cout << "current path is: " << boost::filesystem::current_path() << std::endl;
std::string pluginDir;
const char* pluginEnv = getenv("OPENMW_OGRE_PLUGIN_DIR");
if (pluginEnv)