Skip to content

Commit

Permalink
Remove leftover debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
myk002 authored Sep 5, 2023
1 parent 45770ae commit 29ccdcf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugins/lua/dwarfvet.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 29ccdcf

Please sign in to comment.