From a37d08b8e7ae350935136a0f88068b0b8a3e4137 Mon Sep 17 00:00:00 2001 From: "theo@manjaro" Date: Wed, 9 Mar 2022 16:28:47 +0100 Subject: [PATCH] Removed useless print --- scenes.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/scenes.lua b/scenes.lua index d9bee89..85a87ed 100644 --- a/scenes.lua +++ b/scenes.lua @@ -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)