mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-23 13:05:11 +00:00
GUI: comment out some log spam
This commit is contained in:
parent
85c4086d5a
commit
f2fb67eba6
1 changed files with 2 additions and 2 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Reference in a new issue