Skip to content

Commit

Permalink
Don't log missed substitutions for prescan excludes
Browse files Browse the repository at this point in the history
  • Loading branch information
raethkcj committed Feb 29, 2024
1 parent 5af836c commit f7c684d
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions libs/StatLogic/StatLogic.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1710,11 +1710,6 @@ do
end
end

-- For debugging Substitution with /rb debug, for now we want to be quiet about Prefix/Color Excludes
if not found then
log("|cffff5959 Substitution Missed: |r|cnLIGHTBLUE_FONT_COLOR:" .. statText)
end

-- PreScan for special cases, that will fit wrongly into DeepScan
-- PreScan also has exclude patterns
if not found then
Expand All @@ -1728,8 +1723,9 @@ do
end
end

-- For debugging Substitution with /rb debug, for now we want to be quiet about Prefix/Color Excludes
if not found then
log(" No Match: |cffff0000'"..text.."'")
log("|cffff5959 Substitution Missed: |r|cnLIGHTBLUE_FONT_COLOR:" .. statText)
end
end
end
Expand Down

0 comments on commit f7c684d

Please sign in to comment.