1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-04 02:41:19 +00:00

Revert log spam

This commit is contained in:
scrawl 2018-04-22 15:41:07 +00:00
parent d8d26f1de8
commit 55a6344fb0
No known key found for this signature in database
GPG Key ID: 2E6CC3676024C402

View File

@ -1,7 +1,5 @@
#include "fallback.hpp"
#include <iostream>
#include <boost/lexical_cast.hpp>
@ -19,7 +17,6 @@ namespace Fallback
std::map<std::string,std::string>::const_iterator it;
if((it = mFallbackMap.find(fall)) == mFallbackMap.end())
{
std::cerr << "Warning: fallback value " << fall << " not found." << std::endl;
return "";
}
return it->second;