Skip to content

Commit b90ed21

Browse files
committed
remove conprints that were forgotten
1 parent 0379a89 commit b90ed21

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/Modules/CalcOffence.lua

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3993,10 +3993,8 @@ function calcs.offence(env, actor, activeSkill)
39933993

39943994
local baseDropsBurningGround = modDB:Sum("BASE", nil, "DropsBurningGround")
39953995
if baseDropsBurningGround > 0 then
3996-
ConPrintf("DropsBurningGround")
39973996
local damageType = "Fire"
39983997
if canDeal[damageType] then
3999-
ConPrintf(baseDropsBurningGround)
40003998
local dotCfg = {
40013999
flags = bor(ModFlag.Dot),
40024000
keywordFlags = 0
@@ -4026,7 +4024,6 @@ function calcs.offence(env, actor, activeSkill)
40264024
local more = round(modDB:More(dotTypeCfg, "Damage", damageType.."Damage", isElemental[damageType] and "ElementalDamage" or nil), 2)
40274025
local mult = modDB:Sum("BASE", dotTypeCfg, "DotMultiplier", damageType.."DotMultiplier")
40284026
local total = baseDropsBurningGround * (1 + inc/100) * more * (1 + mult/100) * effMult
4029-
ConPrintf(baseDropsBurningGround)
40304027
if not output.BurningGroundDPS or output.BurningGroundDPS < total then
40314028
output.BurningGroundDPS = total
40324029
output.BurningGroundFromIgnite = false

0 commit comments

Comments
 (0)