From dfa18a99be46665fc9f8d7e2c6393b58387c6cbf Mon Sep 17 00:00:00 2001 From: David Lynch Date: Fri, 23 Aug 2024 11:32:56 -0500 Subject: [PATCH] Remove a debug print --- integration/tomtom.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/integration/tomtom.lua b/integration/tomtom.lua index 4303596..5e0fb73 100644 --- a/integration/tomtom.lua +++ b/integration/tomtom.lua @@ -86,7 +86,6 @@ function module:Announce(_, id, zone, x, y, is_dead, source, unit) end function module:AnnounceLoot(_, name, id, zone, x, y, vignetteGUID) - print("AnnounceLoot", name, id, zone, x, y, vignetteGUID) if not (self.db.profile.enabled and self.db.profile.loot) then return end if not self.db.profile.whiledead and UnitIsDead("player") then return end -- if not sources.vignette then return end