Remove dprint

This commit is contained in:
andrew6180
2024-06-11 23:31:11 -07:00
parent a1296ea54a
commit 4cab60fa06
@@ -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