Skip to content

Commit

Permalink
removed debug prints
Browse files Browse the repository at this point in the history
  • Loading branch information
Tercioo committed Nov 8, 2024
1 parent a7d118d commit 3d74943
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/parser.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5769,7 +5769,7 @@ local SPELL_POWER_PAIN = SPELL_POWER_PAIN or (PowerEnum and PowerEnum.Pain) or 1
bombardment_stuff.only_one_scalecomander = true
bombardment_stuff.evoker_name = evokerName
bombardment_stuff.serial = evokerSerial
print("only one scaler commander found, yoinking bombardments damage for:", bombardment_stuff.evoker_name)
--print("only one scaler commander found, yoinking bombardments damage for:", bombardment_stuff.evoker_name)
else
bombardment_stuff.only_one_scalecomander = false
bombardment_stuff.evoker_name = ""
Expand Down Expand Up @@ -5807,7 +5807,7 @@ local SPELL_POWER_PAIN = SPELL_POWER_PAIN or (PowerEnum and PowerEnum.Pain) or 1
bombardment_stuff.only_one_scalecomander = true
bombardment_stuff.evoker_name = evokerName
bombardment_stuff.serial = evokerSerial
print("only one scaler commander found, yoinking bombardments damage for:", bombardment_stuff.evoker_name)
--print("only one scaler commander found, yoinking bombardments damage for:", bombardment_stuff.evoker_name)
else
bombardment_stuff.only_one_scalecomander = false
bombardment_stuff.evoker_name = ""
Expand Down

0 comments on commit 3d74943

Please sign in to comment.