From a6beb4cc346b9a260213f0978150e5d13e84ef12 Mon Sep 17 00:00:00 2001 From: NoM0Re Date: Sat, 18 Jan 2025 13:03:32 +0100 Subject: [PATCH] remove CLEU console warnings on login --- WeakAuras/GenericTrigger.lua | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/WeakAuras/GenericTrigger.lua b/WeakAuras/GenericTrigger.lua index dec3a4f..9e142a2 100644 --- a/WeakAuras/GenericTrigger.lua +++ b/WeakAuras/GenericTrigger.lua @@ -1610,9 +1610,8 @@ function GenericTrigger.Add(data, region) end if warnAboutCLEUEvents then - Private.AuraWarnings.UpdateWarning(data.uid, "spamy_event_warning", "warning", - L["COMBAT_LOG_EVENT_UNFILTERED with no filter can trigger frame drops in raid environment. Find more information:\nhttps://github.com/WeakAuras/WeakAuras2/wiki/Deprecated-CLEU"], - true) + Private.AuraWarnings.UpdateWarning(data.uid, "spammy_event_warning", "warning", + L["COMBAT_LOG_EVENT_UNFILTERED with no filter can trigger frame drops in raid environment. Find more information:\nhttps://github.com/WeakAuras/WeakAuras2/wiki/Deprecated-CLEU"]) else Private.AuraWarnings.UpdateWarning(data.uid, "spamy_event_warning") end