Removed useless print

This commit is contained in:
theo@manjaro 2022-03-09 16:28:47 +01:00
parent f7efcb57d5
commit a37d08b8e7
1 changed files with 0 additions and 1 deletions

View File

@ -14,7 +14,6 @@ function scenes:main(game)
end
function scenes:ending(game,args)
print(args.winner)
game.gameloop = {}
local ending = game.objects.ending:new(game,args.winner)
game:summon(ending)