Removed useless print
This commit is contained in:
parent
f7efcb57d5
commit
a37d08b8e7
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user