From 5f4b93466cf714df13af2056d13973071bc3d541 Mon Sep 17 00:00:00 2001 From: Graham Linden Date: Thu, 25 Apr 2019 11:44:48 -0700 Subject: Remove bughunting asserts. --- indra/llinventory/llsettingssky.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'indra/llinventory/llsettingssky.cpp') diff --git a/indra/llinventory/llsettingssky.cpp b/indra/llinventory/llsettingssky.cpp index 549d0c4b3b..5870fb27e3 100644 --- a/indra/llinventory/llsettingssky.cpp +++ b/indra/llinventory/llsettingssky.cpp @@ -994,9 +994,6 @@ void LLSettingsSky::calculateHeavenlyBodyPositions() const mMoonDirection.normalize(); // find out about degen math earlier rather than later - llassert(mSunDirection.length() >= 0.9f); - llassert(mMoonDirection.length() >= 0.9f); - if (mSunDirection.lengthSquared() < 0.9f) { LL_WARNS("SETTINGS") << "Invalid sun direction." << LL_ENDL; -- cgit v1.2.3