# HG changeset patch # User James D. Callahan III # Date 1355762060 21600 # Node ID e35d2bf8f4d658f9942d2cc6717eb901848833a8 # Parent 68787904cda9b9e8591a51327795dffa094c786a Removed Debug call since it's no longer required and wasn't properly checking for nil. diff -r 68787904cda9 -r e35d2bf8f4d6 Main.lua --- a/Main.lua Mon Dec 10 17:10:42 2012 -0600 +++ b/Main.lua Mon Dec 17 10:34:20 2012 -0600 @@ -992,7 +992,6 @@ function WDP:SHOW_LOOT_TOAST(event_name, loot_type, item_link, quantity) if loot_type ~= "item" then - Debug(("%s: loot_type is '%s'"):format(event_name, loot_type)) return end local npc = NPCEntry(private.raid_finder_boss_id or private.world_boss_id)