From 8d13c2af7092659b4dbc4ea2ecf7cd2885cc35c6 Mon Sep 17 00:00:00 2001 From: Taidtuskecyh Date: Fri, 28 May 2021 00:42:11 +0200 Subject: [PATCH] removed debug prints --- init.lua | 4 ---- 1 file changed, 4 deletions(-) diff --git a/init.lua b/init.lua index db44f333..990293d0 100644 --- a/init.lua +++ b/init.lua @@ -393,13 +393,9 @@ function CommDKP_OnEvent(self, event, arg1, ...) end if event == "BOSS_KILL" then - CommDKP:Print('Boss Kill event arg1') - CommDKP:Print(arg1) CommDKP:CheckOfficer() if core.IsOfficer and IsInRaid() then local boss_name = ...; - CommDKP:Print('Boss Kill event arg1') - CommDKP:Print(arg1) if CommDKP:Table_Search(core.EncounterList, arg1) then CommDKP.ConfigTab2.BossKilledDropdown:SetValue(arg1)