Skip to content

Commit

Permalink
Merge branch 'cleanup_logs' into 'master'
Browse files Browse the repository at this point in the history
Clean up a debug log

See merge request OpenMW/openmw!4246
  • Loading branch information
psi29a committed Jul 9, 2024
2 parents d45c4a3 + dbbcbaa commit a0e3b2c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion files/data/scripts/omw/settings/menu.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a0e3b2c

Please sign in to comment.