Remove debug print

This commit is contained in:
Juhani Krekelä 2023-06-03 21:40:56 +03:00
parent a290a9113a
commit 2a3d7b188f
1 changed files with 0 additions and 1 deletions

View File

@ -203,7 +203,6 @@ function updateMissiles(dt)
table.remove(missile.history)
end
end
print(#missile.history)
end
local i = 1