Skip to content

Commit 18b8585

Browse files
committed
Remove forgotten debug prints
1 parent ccc8c15 commit 18b8585

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

src/Classes/TradeQueryGenerator.lua

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -201,9 +201,6 @@ function TradeQueryGeneratorClass:ProcessMod(mod, tradeQueryStatsParsed, itemCat
201201
-- the mod export sometimes splits stats to multiple lines. they should
202202
-- still get parsed correctly if we combine them, and that makes it
203203
-- simpler to process them
204-
if not modLines then
205-
ConPrintf("")
206-
end
207204
local modLine = table.concat(modLines, " ")
208205
if modLine:find("Grants Level") or modLine:find("inflict Decay") then -- skip mods that grant skills / decay, as they will often be overwhelmingly powerful but don't actually fit into the build
209206
goto nextModLine
@@ -235,9 +232,6 @@ function TradeQueryGeneratorClass:ProcessMod(mod, tradeQueryStatsParsed, itemCat
235232
local entry
236233
local tradeHashStr = tostring(tradeHash)
237234
for _, v in ipairs(tradeQueryStatsParsed.result[tradeStatCategoryIndices[modType]].entries) do
238-
if _ == 33 then
239-
ConPrintf("")
240-
end
241235
-- prefix removed
242236
local ids = v.id:gsub(".+..stat_", "").."|"
243237
-- split by non-integer

0 commit comments

Comments
 (0)