# HG changeset patch # User MMOSimca # Date 1478644646 18000 # Node ID 4a965d3ac13d98860a1285b3f6976ba019800e64 # Parent fc7a862354312c2ec0f8b77400af748fe146e954 Commented out annoying debug line that currently serves no purpose. diff -r fc7a86235431 -r 4a965d3ac13d Main.lua --- a/Main.lua Tue Nov 08 15:49:23 2016 -0500 +++ b/Main.lua Tue Nov 08 17:37:26 2016 -0500 @@ -1891,7 +1891,7 @@ local unit_type, unit_idnum = ParseGUID(dest_guid) if not unit_idnum or not UnitTypeIsNPC(unit_type) then - Debug("%s: %s is not an NPC, or has no ID.", sub_event, dest_name or _G.UNKNOWN) + --Debug("%s: %s is not an NPC, or has no ID.", sub_event, dest_name or _G.UNKNOWN) -- we really don't need to know this ClearKilledNPC() private.harvesting = nil return