Removed debugging
This commit is contained in:
parent
060a0a565c
commit
7f255b2b7f
|
@ -321,11 +321,9 @@ const char * CLangMngr::CLang::GetDef(const char *key)
|
||||||
uint32_t hash = MakeHash(key, true);
|
uint32_t hash = MakeHash(key, true);
|
||||||
for (LookUpVecIter iter = m_LookUpTable.begin(); iter != m_LookUpTable.end(); ++iter)
|
for (LookUpVecIter iter = m_LookUpTable.begin(); iter != m_LookUpTable.end(); ++iter)
|
||||||
{
|
{
|
||||||
AMXXLOG_Log( "Lookup: %s", (*iter).GetKey() );
|
|
||||||
if (*iter == hash)
|
if (*iter == hash)
|
||||||
return iter->GetDef();
|
return iter->GetDef();
|
||||||
}
|
}
|
||||||
sprintf(nfind, "ML Lookup Failure: %s", key);
|
|
||||||
return nfind;
|
return nfind;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user