From 2a3d7b188ff4cc27e9961f4073e7c7f6182017f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juhani=20Krekel=C3=A4?= Date: Sat, 3 Jun 2023 21:40:56 +0300 Subject: [PATCH] Remove debug print --- bundle/main.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/bundle/main.lua b/bundle/main.lua index a04de43..4bd1953 100644 --- a/bundle/main.lua +++ b/bundle/main.lua @@ -203,7 +203,6 @@ function updateMissiles(dt) table.remove(missile.history) end end - print(#missile.history) end local i = 1