Removed log statement

This commit is contained in:
wincent 2022-10-29 21:46:09 +02:00
parent e3e9718db5
commit 3031f942dc

View File

@ -23,8 +23,6 @@ std::string CDTable::GetString(size_t handle)
{
std::string str = std::string(CDStringMap->GetEntry(handle, "").c_str());
Game::logger->Log("CDTable", "GetString: %s\n", str.c_str());
return str;
}