remove log

This commit is contained in:
2022-09-06 22:03:45 +08:00
parent f3053b0a63
commit a4a849696f

View File

@ -107,7 +107,7 @@ namespace cheat::feature
for (auto impEntityName : impEntitiesNames)
{
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;
break;
}