From 3d749439146d86df93d17beb502c172039c22e6f Mon Sep 17 00:00:00 2001 From: Tercio Jose Date: Fri, 8 Nov 2024 18:17:59 -0300 Subject: [PATCH] removed debug prints --- core/parser.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/parser.lua b/core/parser.lua index 6e0cb7f60..9c74dcf92 100755 --- a/core/parser.lua +++ b/core/parser.lua @@ -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 = "" @@ -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 = ""