diff options
author | Todd Stinson <stinson@lindenlab.com> | 2012-03-08 15:05:04 -0800 |
---|---|---|
committer | Todd Stinson <stinson@lindenlab.com> | 2012-03-08 15:05:04 -0800 |
commit | 125ca3d506eb07615c23dc4e553b76000b7d9f06 (patch) | |
tree | 90257daeea1cee6d21aec1f6ee03f5ef88d43888 /indra/newview | |
parent | 016a858767ac136c566b9f6891c17372dc7b54cf (diff) |
Disabling the debugging messages.
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llpathfindingnavmeshzone.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpathfindingnavmeshzone.h b/indra/newview/llpathfindingnavmeshzone.h index 7084869b33..833f3ebb05 100644 --- a/indra/newview/llpathfindingnavmeshzone.h +++ b/indra/newview/llpathfindingnavmeshzone.h @@ -38,7 +38,7 @@ #include <boost/function.hpp>
#include <boost/signals2.hpp>
-#define XXX_STINSON_DEBUG_NAVMESH_ZONE
+//#define XXX_STINSON_DEBUG_NAVMESH_ZONE
class LLPathfindingNavMeshZone
{
|