Skip to content

Commit

Permalink
fix: luacheck detected issue
Browse files Browse the repository at this point in the history
  • Loading branch information
SamMousa committed Oct 22, 2022
1 parent fa315a7 commit e482b8e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions source/Util.lua
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,6 @@ end
function Util.DumpTable(table, indent)
indent = indent or 0;

local keys = {};

for k in pairs(table) do
keys[#keys+1] = k;
end

print(string.rep(' ', indent)..'{');
indent = indent + 1;
for k, v in pairs(table) do
Expand Down

0 comments on commit e482b8e

Please sign in to comment.