From 2048045cfe3e62716175a473523615b4fbb4b8b3 Mon Sep 17 00:00:00 2001 From: Eltreum <30246110+eltreum0@users.noreply.github.com> Date: Thu, 27 Jun 2024 13:39:38 -0300 Subject: [PATCH] remove debug print --- ElvUI_EltreumUI/Modules/Skins/Unitframes/Textures.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/ElvUI_EltreumUI/Modules/Skins/Unitframes/Textures.lua b/ElvUI_EltreumUI/Modules/Skins/Unitframes/Textures.lua index 17396be8d..8c58bd1e1 100644 --- a/ElvUI_EltreumUI/Modules/Skins/Unitframes/Textures.lua +++ b/ElvUI_EltreumUI/Modules/Skins/Unitframes/Textures.lua @@ -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