Merge pull request #625 from daofeng2015/master

remove log
This commit is contained in:
Joaquin 2022-09-07 21:42:06 -06:00 committed by GitHub
commit 7c9e6122f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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