1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-07-02 15:11:34 +00:00

Remove debug log

This commit is contained in:
uramer 2024-02-03 15:39:04 +01:00
parent 5d0537e57c
commit 72136e7e92

View file

@ -421,7 +421,6 @@ local menuGroups = {}
local menuPages = {}
local function resetPlayerGroups()
print('MENU reset player groups')
local playerGroupsSection = storage.playerSection(common.groupSectionKey)
for pageKey, page in pairs(groups) do
for groupKey, group in pairs(page) do