mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-26 15:37:20 +00:00
Removed log statement
This commit is contained in:
parent
e3e9718db5
commit
3031f942dc
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user