From 25174c050eddbaf26103848be6b2df472eca2daa Mon Sep 17 00:00:00 2001 From: "M. David" Date: Fri, 19 Aug 2022 14:23:24 +0200 Subject: [PATCH] Remove debug print --- LegionWA/{LootDisplay => AutoLootDisplay}/Event.lua | 0 LegionWA/{LootDisplay => AutoLootDisplay}/Export | 0 LegionWA/{LootDisplay => AutoLootDisplay}/Init.lua | 1 - 3 files changed, 1 deletion(-) rename LegionWA/{LootDisplay => AutoLootDisplay}/Event.lua (100%) rename LegionWA/{LootDisplay => AutoLootDisplay}/Export (100%) rename LegionWA/{LootDisplay => AutoLootDisplay}/Init.lua (97%) diff --git a/LegionWA/LootDisplay/Event.lua b/LegionWA/AutoLootDisplay/Event.lua similarity index 100% rename from LegionWA/LootDisplay/Event.lua rename to LegionWA/AutoLootDisplay/Event.lua diff --git a/LegionWA/LootDisplay/Export b/LegionWA/AutoLootDisplay/Export similarity index 100% rename from LegionWA/LootDisplay/Export rename to LegionWA/AutoLootDisplay/Export diff --git a/LegionWA/LootDisplay/Init.lua b/LegionWA/AutoLootDisplay/Init.lua similarity index 97% rename from LegionWA/LootDisplay/Init.lua rename to LegionWA/AutoLootDisplay/Init.lua index 5034418..4b8eea8 100644 --- a/LegionWA/LootDisplay/Init.lua +++ b/LegionWA/AutoLootDisplay/Init.lua @@ -1,7 +1,6 @@ local iconDisplayDuration = 3 aura_env.getItemInfo = function(msg) - DevTools_Dump(msg) local name = msg:match("h%[(.+)%]") or "" local quantity = msg:match("x(%d+)") or 1