From 06a3b71f21a67dbb7c6e0b450739953d9ce499b5 Mon Sep 17 00:00:00 2001 From: Flamanis Date: Sat, 8 Jun 2024 03:28:05 -0500 Subject: [PATCH] Whoops, debug print --- boot.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/boot.lua b/boot.lua index c217d8a7..3a794d4c 100644 --- a/boot.lua +++ b/boot.lua @@ -1816,7 +1816,6 @@ restrictedAddonFrame:RegisterEvent('PLAYER_ENTERING_WORLD') local function disableRestrictedAddons() for _, addonName in pairs(restrictedAddons) do - print(addonName) if C_AddOns.GetAddOnEnableState(addonName) ~= 0 then StaticPopupDialogs["DETAILS_RESTRICTED_ADDON"] = { text = "You are running " .. addonName .. " which is incompatible with Details! Damage Meter. It must be disabled for Details to function properly.",