Skip to content

Commit

Permalink
removed debug prints
Browse files Browse the repository at this point in the history
  • Loading branch information
Taidtuskecyh authored and Taidtuskecyh committed May 27, 2021
1 parent 2cb61f0 commit 8d13c2a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 8d13c2a

Please sign in to comment.