Quantcast

- Remove a debug stmt - doh!

urnati [09-09-19 - 19:41]
- Remove a debug stmt - doh!
Filename
TitanClassicLocation/TitanClassicLocation.lua
diff --git a/TitanClassicLocation/TitanClassicLocation.lua b/TitanClassicLocation/TitanClassicLocation.lua
index 394c278..f2ff4ec 100755
--- a/TitanClassicLocation/TitanClassicLocation.lua
+++ b/TitanClassicLocation/TitanClassicLocation.lua
@@ -281,11 +281,6 @@ end

 local function CoordLoc(loc)
 	local res = (TitanGetVar(TITAN_LOCATION_ID, "MapLocation") == loc)
-TitanDebug("CoordLoc"
-.." "..tostring(loc)
-.." "..tostring(TitanGetVar(TITAN_LOCATION_ID, "MapLocation"))
-.." "..tostring(res)
-)
 	return res
 end
 -- **************************************************************************