From bdc0783f37dfeb3d9f8b238ece8e3816e6b28267 Mon Sep 17 00:00:00 2001 From: "James D. Callahan III" Date: Fri, 2 Jul 2010 03:49:41 -0400 Subject: [PATCH] Removed TomTom debug - adding waypoints to Outland while in Azeroth and vice-versa will yield no arrow or minimap arrow. Duh. --- Waypoint.lua | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Waypoint.lua b/Waypoint.lua index b5ca25e..4807826 100644 --- a/Waypoint.lua +++ b/Waypoint.lua @@ -531,10 +531,6 @@ function addon:AddWaypoint(recipe_id, acquire_id, location_id, npc_id) end if _G.TomTom then - addon:Debug("Adding TomTom waypoint: ") - addon:Debug("Continent: %s, Zone: %s, X: %s, Y: %s, Name: %s, minimap: %s, worldmap: %s", - tostring(continent), tostring(zone), tostring(x), tostring(y), tostring(name), tostring(minimap), tostring(worldmap)) - table.insert(iconlist, _G.TomTom:AddZWaypoint(continent, zone, x, y, name, false, minimap, worldmap)) elseif _G.Cartographer_Waypoints then local pt = _G.NotePoint:new(zone, x/100, y/100, desc) -- 1.7.9.5