From a255124bc12bc9850ee291a586bb261c126a054d Mon Sep 17 00:00:00 2001 From: "Ashley (CuteOne)" Date: Sun, 6 Oct 2024 11:57:38 -0400 Subject: [PATCH] System - Forgot a debug print --- System/UI/Toggles/ToggleFunctions.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/System/UI/Toggles/ToggleFunctions.lua b/System/UI/Toggles/ToggleFunctions.lua index 0efc77000..807edf64e 100644 --- a/System/UI/Toggles/ToggleFunctions.lua +++ b/System/UI/Toggles/ToggleFunctions.lua @@ -283,7 +283,6 @@ function br.CreateButton(Name, x, y) end local _, _, spellIcon = br._G.GetSpellInfo(Icon) Icon = spellIcon or br.emptyIcon - print(tostring(Icon)) br["button" .. Name]:SetNormalTexture(Icon) --CreateBorder(br["button"..Name], 8, 0.6, 0.6, 0.6) br["text" .. Name] = br["button" .. Name]:CreateFontString(nil, "OVERLAY")