remove log

This commit is contained in:
2022-09-06 22:03:45 +08:00
parent 5f73a7a915
commit 682ad46178

View File

@ -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;
} }