mirror of
https://github.com/OpenMW/openmw.git
synced 2025-03-01 01:09:41 +00:00
Clean up a debug log
This commit is contained in:
parent
3a5ed998e7
commit
dbbcbaa4c5
1 changed files with 0 additions and 1 deletions
|
@ -448,7 +448,6 @@ local function resetPlayerGroups()
|
|||
if not menuGroups[groupKey] then
|
||||
if groupElements[pageKey][groupKey] then
|
||||
groupElements[pageKey][groupKey]:destroy()
|
||||
print(string.format('destroyed group element %s %s', pageKey, groupKey))
|
||||
groupElements[pageKey][groupKey] = nil
|
||||
end
|
||||
page[groupKey] = nil
|
||||
|
|
Loading…
Reference in a new issue