remove print

This commit is contained in:
Not 2022-11-14 17:53:21 +01:00
parent f824e760e3
commit 4a1e42c5cb
1 changed files with 0 additions and 1 deletions

View File

@ -229,7 +229,6 @@ do
for l in f:lines() do
local score = parseScore(l)
print(score.name)
LiveStore[score.map] = $ or {}
table.insert(LiveStore[score.map], score)
end