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.",