Removed print() that occured every game scene update

pull/37/head
hailey 2021-09-26 14:09:43 +10:00
parent 817ffd5c13
commit bf6c61927e
1 changed files with 0 additions and 2 deletions

View File

@ -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"
})