From 5b35e31d76124e120f3d59e3741fda558f2a5e28 Mon Sep 17 00:00:00 2001 From: NoM0Re Date: Wed, 19 Feb 2025 01:49:38 +0100 Subject: [PATCH] remove debug print --- WeakAuras/LibGroupTalentsWrapper.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/WeakAuras/LibGroupTalentsWrapper.lua b/WeakAuras/LibGroupTalentsWrapper.lua index a1f9dba..e9f8366 100644 --- a/WeakAuras/LibGroupTalentsWrapper.lua +++ b/WeakAuras/LibGroupTalentsWrapper.lua @@ -12,7 +12,6 @@ Private.LibGroupTalentsWrapper = { if LibGroupTalents then function Private.LibGroupTalentsWrapper.CallbackHandler(_, _, _, unit) if unit then - print(unit) for _, f in ipairs(subscribers) do f(unit) end