From 04175e82d74d566bee4b350f43a8d99722249902 Mon Sep 17 00:00:00 2001 From: tildearrow Date: Wed, 20 Mar 2024 17:47:20 -0500 Subject: [PATCH] GUI: disable debug message --- src/gui/gui.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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()) {