diff --git a/frames/window_breakdown/window_playerbreakdown.lua b/frames/window_breakdown/window_playerbreakdown.lua index 15c1e989..d1fac28f 100644 --- a/frames/window_breakdown/window_playerbreakdown.lua +++ b/frames/window_breakdown/window_playerbreakdown.lua @@ -739,7 +739,6 @@ function breakdownWindowFrame.SetClassIcon(actorObject, class) breakdownWindowFrame.classIcon:SetTexCoord(.1, .9, .1, .9) elseif (actorObject.spec) then - dprint(actorObject.spec) breakdownWindowFrame.classIcon:SetTexture([[Interface\\GLUES\\CHARACTERCREATE\\UI-CHARACTERCREATE-CLASSES-SPECS]]) breakdownWindowFrame.classIcon:SetTexCoord(unpack(_detalhes.class_specs_coords [actorObject.spec])) else