remove print
This commit is contained in:
parent
f824e760e3
commit
4a1e42c5cb
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user