GUI: disable debug message

This commit is contained in:
tildearrow 2024-03-20 17:47:20 -05:00
parent 5848c48a76
commit 04175e82d7

View file

@ -653,10 +653,10 @@ void FurnaceGUI::autoDetectSystemIter(std::vector<FurnaceGUISysDef>& category, b
} }
if (defCountMap.size()==sysCountMap.size()) { if (defCountMap.size()==sysCountMap.size()) {
isMatch=true; isMatch=true;
logV("trying on defCountMap: %s",j.name); /*logV("trying on defCountMap: %s",j.name);
for (std::pair<DivSystem,int> k: defCountMap) { for (std::pair<DivSystem,int> k: defCountMap) {
logV("- %s: %d",e->getSystemName(k.first),k.second); logV("- %s: %d",e->getSystemName(k.first),k.second);
} }*/
for (std::pair<DivSystem,int> k: defCountMap) { for (std::pair<DivSystem,int> k: defCountMap) {
auto countI=sysCountMap.find(k.first); auto countI=sysCountMap.find(k.first);
if (countI==sysCountMap.cend()) { if (countI==sysCountMap.cend()) {