diff --git a/ElvUI/Modules/Misc/DebugTools.lua b/ElvUI/Modules/Misc/DebugTools.lua index cb0da29..0cda365 100644 --- a/ElvUI/Modules/Misc/DebugTools.lua +++ b/ElvUI/Modules/Misc/DebugTools.lua @@ -159,8 +159,6 @@ function D:Initialize() self:SecureHook("StaticPopup_Show") self:RegisterEvent("PLAYER_REGEN_DISABLED") self:RegisterEvent("PLAYER_REGEN_ENABLED") - self:RegisterEvent("ADDON_ACTION_BLOCKED", "TaintError") - self:RegisterEvent("ADDON_ACTION_FORBIDDEN", "TaintError") end local function InitializeCallback()