diff --git a/scene/game.lua b/scene/game.lua index da458ae..dd5b9f4 100644 --- a/scene/game.lua +++ b/scene/game.lua @@ -39,8 +39,6 @@ function GameScene:update() end self.game:update(inputs, self.ruleset) self.game.grid:update() - - print("ingame-"..self.game:getBackground().."00") DiscordRPC:update({ largeImageKey = "ingame-"..self.game:getBackground().."00" })