1
0
mirror of https://github.com/ComfyFactory/ComfyFactorio.git synced 2025-01-24 03:47:58 +02:00

remove debug msg

This commit is contained in:
MewMew 2019-10-18 13:11:07 +02:00
parent 61cfdac8a1
commit d50058606e

View File

@ -106,8 +106,6 @@ local function ore_vein(event)
if count <= 0 then break end
end
game.print(#ore_entities)
for _, e in pairs(ore_entities) do surface.create_entity(e) end
end