diff options
author | Oz Linden <oz@lindenlab.com> | 2011-10-31 11:02:24 -0700 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2011-10-31 11:02:24 -0700 |
commit | b39dd46bf3e1c1ccdffe9b4ac4e9ad68b0c3cd69 (patch) | |
tree | 46e20f39ef94514de3f93a98aba75ad627209e84 /indra/llmath | |
parent | 5d99b221fa8ea75b128e3cc771ed91baa8b11311 (diff) | |
parent | e86adb53f4df0cb0b9d8ea9b6cc805782d9fcf71 (diff) |
merge changes for storm-1673
Diffstat (limited to 'indra/llmath')
-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; } |