Removing debug lines

This commit is contained in:
Trevor Lund
2020-07-16 10:37:29 -05:00
parent 307dcc533d
commit 5011d9b677
2 changed files with 0 additions and 6 deletions

View File

@@ -473,9 +473,6 @@ function CalcsTabClass:PowerBuilder()
cache[node.modKey] = calcFunc({node})
end
local output = cache[node.modKey]
if node.name == "Crusader" then
local noop = ""
end
if self.powerStat and self.powerStat.stat and not self.powerStat.ignoreForNodes then
node.power.singleStat = self:CalculatePowerStat(self.powerStat, output, calcBase)
if node.path and not node.ascendancyName then

View File

@@ -466,9 +466,6 @@ function PassiveTreeViewClass:Draw(build, viewPort, inputEvents)
-- Determine color for the base artwork
if self.showHeatMap then
if not isAlloc and node.type ~= "ClassStart" and node.type ~= "AscendClassStart" then
if node.name == "Crusader" then
local noop = ""
end
if self.heatMapStat and self.heatMapStat.stat then
-- Calculate color based on a single stat
local stat = m_max(node.power.singleStat or 0, 0)