Skip to content

Commit

Permalink
Removes debug printing of events names
Browse files Browse the repository at this point in the history
  • Loading branch information
Slivo-fr committed May 8, 2021
1 parent 472da57 commit 029959c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/events.lua
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ function TranqRotate:COMBAT_LOG_EVENT_UNFILTERED()
TranqRotate:sendAnnounceMessage(TranqRotate.db.profile.announceSuccessMessage, destName)
end
elseif (event == "SPELL_MISSED" or event == "SPELL_DISPEL_FAILED") then
-- @Todo remove this when releasing beta
print(event)
TranqRotate:sendSyncTranq(hunter, true, timestamp)
TranqRotate:handleFailTranq(hunter)
if (sourceGUID == UnitGUID("player")) then
Expand Down

0 comments on commit 029959c

Please sign in to comment.