Skip to content

Commit

Permalink
debug: don't show absorb debug values
Browse files Browse the repository at this point in the history
  • Loading branch information
spamwax committed Jun 20, 2024
1 parent b4e5604 commit b14c559
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions EavesDrop.lua
Original file line number Diff line number Diff line change
Expand Up @@ -780,7 +780,7 @@ function EavesDrop:CombatEvent(_, _)
text = tostring(shortenValue(amount))
texture = select(3, GetSpellInfo(spellId))
--@debug@
if _absorbed and _absorbed ~= 0 then
--[[ if _absorbed and _absorbed ~= 0 then
print(
string_format(
"|cff00ff00--> _absorbed|r (NON-Absorb event): amount: %d, absorbed: %d, diff: %d",
Expand All @@ -789,7 +789,7 @@ function EavesDrop:CombatEvent(_, _)
amount - _absorbed
)
)
end
end ]]
--@end-debug@

if toPlayer or toPet then
Expand Down

0 comments on commit b14c559

Please sign in to comment.