remove logs

This commit is contained in:
crgimenes
2024-04-04 22:46:53 -03:00
parent 1635505ea3
commit 4577a17606

View File

@@ -290,8 +290,6 @@ func main() {
max: 16,
}
log.Printf("Width: %d, Height: %d", width, height)
ebiten.SetRunnableOnUnfocused(true)
ebiten.SetScreenClearedEveryFrame(false)
ebiten.SetTPS(50)