Skip to content

Commit

Permalink
remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
Bauumm committed Oct 31, 2023
1 parent 7c5fe0e commit 69eb3be
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ui/overlay/settings.lua
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,6 @@ local content = flex:new({
-- show the results
local new_layouts = {}
for i = 1, #result_indices do
local ind = result_indices[i]
print(names[ind], setting_layouts[ind])
new_layouts[i] = setting_layouts[result_indices[i]]
end
settings_column.elements = new_layouts
Expand Down

0 comments on commit 69eb3be

Please sign in to comment.