1
0
mirror of https://github.com/ComfyFactory/ComfyFactorio.git synced 2024-12-28 23:06:38 +02:00

WD - removing debug code from prod

This commit is contained in:
Gerkiz 2023-05-27 23:19:44 +02:00
parent 1119849d9e
commit 5e5654bccd

View File

@ -1093,7 +1093,6 @@ local function spawn_unit_group(fs, only_bosses)
event_data.spawn_count = count
for _ = 1, count, 1 do
local biter = spawn_biter(surface, spawn_position, fs, true, unit_settings)
game.print(serpent.block(biter and biter.unit_number))
if not biter then
debug_print('spawn_unit_group - No biter was found?')
break