Skip to content

Commit

Permalink
Remove a debug print that snuck in
Browse files Browse the repository at this point in the history
Fixes #282
  • Loading branch information
kemayo committed Aug 15, 2024
1 parent 5c3525b commit 6494346
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scan/targets.lua
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ function module:ProcessUnit(unit, source)
local id = core:UnitID(unit)
if not id then return end
local zone = HBD:GetPlayerZone()
print("ProcessUnit", unit, source, id, zone, core:IsCustom(id, zone))
if not zone then return end -- there are only a few places where this will happen
if UnitPlayerControlled(unit) and not core:IsCustom(id, zone) then return end -- helps filter out player-pets
local unittype = UnitClassification(unit)
Expand Down

0 comments on commit 6494346

Please sign in to comment.