diff Main.lua @ 209:e35d2bf8f4d6

Removed Debug call since it's no longer required and wasn't properly checking for nil.
author James D. Callahan III <jcallahan@curse.com>
date Mon, 17 Dec 2012 10:34:20 -0600
parents b51fc4675550
children 83ff61c8ba46
line wrap: on
line diff
--- 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)