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:
parent
5d0537e57c
commit
72136e7e92
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue