remove debug print

This commit is contained in:
NoM0Re
2025-02-19 01:49:38 +01:00
parent cfc26d8c99
commit 5b35e31d76
-1
View File
@@ -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