Skip to content

Commit

Permalink
Remove a debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
kemayo committed Aug 23, 2024
1 parent cb98412 commit dfa18a9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion integration/tomtom.lua
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ function module:Announce(_, id, zone, x, y, is_dead, source, unit)
end

function module:AnnounceLoot(_, name, id, zone, x, y, vignetteGUID)
print("AnnounceLoot", name, id, zone, x, y, vignetteGUID)
if not (self.db.profile.enabled and self.db.profile.loot) then return end
if not self.db.profile.whiledead and UnitIsDead("player") then return end
-- if not sources.vignette then return end
Expand Down

0 comments on commit dfa18a9

Please sign in to comment.