diff options
author | Leslie Linden <leslie@lindenlab.com> | 2011-10-26 09:55:57 -0700 |
---|---|---|
committer | Leslie Linden <leslie@lindenlab.com> | 2011-10-26 09:55:57 -0700 |
commit | 17194cab5db3a956d9768f89238e63bc30b0a9a6 (patch) | |
tree | 98db0dadaf0afa7564b6273983395ec9de551590 /indra | |
parent | eee8a0e1134723d59ce8150d0341488053566121 (diff) |
Removed text spam about range of spatial partition, per davep.
Diffstat (limited to 'indra')
-rw-r--r-- | indra/llmath/lloctree.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llmath/lloctree.h b/indra/llmath/lloctree.h index e5ca47da69..3c1ae45d68 100644 --- a/indra/llmath/lloctree.h +++ b/indra/llmath/lloctree.h @@ -681,7 +681,7 @@ public: if (lt != 0x7) { - OCT_ERRS << "!!! ELEMENT EXCEEDS RANGE OF SPATIAL PARTITION !!!" << llendl; + //OCT_ERRS << "!!! ELEMENT EXCEEDS RANGE OF SPATIAL PARTITION !!!" << llendl; return false; } |