remove log
This commit is contained in:
parent
5f73a7a915
commit
682ad46178
@ -107,7 +107,7 @@ namespace cheat::feature
|
|||||||
for (auto impEntityName : impEntitiesNames)
|
for (auto impEntityName : impEntitiesNames)
|
||||||
{
|
{
|
||||||
if (dialogPartnerName.find(impEntityName) != -1) {
|
if (dialogPartnerName.find(impEntityName) != -1) {
|
||||||
LOG_DEBUG("%s %s %d", dialogPartnerName.c_str(), impEntityName, dialogPartnerName.find(impEntityName));
|
//LOG_DEBUG("%s %s %d", dialogPartnerName.c_str(), impEntityName, dialogPartnerName.find(impEntityName));
|
||||||
isImportant = true;
|
isImportant = true;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user