diff --git a/src/gui/gui.cpp b/src/gui/gui.cpp index d34f7a753..0bb5093df 100644 --- a/src/gui/gui.cpp +++ b/src/gui/gui.cpp @@ -653,10 +653,10 @@ void FurnaceGUI::autoDetectSystemIter(std::vector& category, b } if (defCountMap.size()==sysCountMap.size()) { isMatch=true; - logV("trying on defCountMap: %s",j.name); + /*logV("trying on defCountMap: %s",j.name); for (std::pair k: defCountMap) { logV("- %s: %d",e->getSystemName(k.first),k.second); - } + }*/ for (std::pair k: defCountMap) { auto countI=sysCountMap.find(k.first); if (countI==sysCountMap.cend()) {