GUI: comment out some log spam

This commit is contained in:
tildearrow 2022-12-28 23:43:58 -05:00
parent 85c4086d5a
commit f2fb67eba6

View file

@ -626,10 +626,10 @@ void FurnaceGUI::autoDetectSystem() {
} }
if (defCountMap.size()!=sysCountMap.size()) continue; if (defCountMap.size()!=sysCountMap.size()) continue;
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) {
try { try {
if (sysCountMap.at(k.first)!=k.second) { if (sysCountMap.at(k.first)!=k.second) {