1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-10-16 07:46:34 +00:00

Remove spurious debug log line

This commit is contained in:
Andrew Lanzone 2025-07-14 17:27:20 -07:00
parent b8381f6e62
commit af6634ee57

View file

@ -934,8 +934,6 @@ namespace MWGui
}
}
Log(Debug::Debug) << "Cycling active controller window: mode=" << mode << ", activeIndex=" << activeIndex;
if (mActiveControllerWindows[mode] != activeIndex)
setActiveControllerWindow(mode, activeIndex);
}