Skip to content

Commit

Permalink
remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
eltreum0 committed Jun 27, 2024
1 parent 4678313 commit 2048045
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ElvUI_EltreumUI/Modules/Skins/Unitframes/Textures.lua
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,6 @@ function ElvUI_EltreumUI:ApplyGroupCustomTexture(button,noOrientation,frametype)
if frametype == "raid" then
button.Health:GetStatusBarTexture():SetTexture(ElvUI_EltreumUI:UnitframeClassTextureCustom("RAID"))
elseif frametype == "party" then
print(frametype,ElvUI_EltreumUI:UnitframeClassTextureCustom("PARTY"))
button.Health:GetStatusBarTexture():SetTexture(ElvUI_EltreumUI:UnitframeClassTextureCustom("PARTY"))
end
else
Expand Down

0 comments on commit 2048045

Please sign in to comment.