Remove leftover debug print

develop
Myk 2023-09-04 20:45:53 -07:00 committed by GitHub
parent 45770aef3e
commit 29ccdcf4b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

@ -17,7 +17,6 @@ local function get_cur_patients()
for _,job in utils.listpairs(df.global.world.jobs.list) do
if job.job_type ~= df.job_type.Rest then goto continue end
local unit = dfhack.job.getWorker(job)
print(unit.id)
if is_valid_animal(unit) then
cur_patients[unit] = true
end