Quantcast

Removed TomTom debug - adding waypoints to Outland while in Azeroth and vice-versa will yield no arrow or minimap arrow. Duh.

James D. Callahan III [07-02-10 - 07:49]
Removed TomTom debug - adding waypoints to Outland while in Azeroth and vice-versa will yield no arrow or minimap arrow. Duh.
Filename
Waypoint.lua
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)