Removing debug lines
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user