summaryrefslogtreecommitdiff
path: root/indra/llmessage
diff options
context:
space:
mode:
authorRider Linden <rider@lindenlab.com>2019-02-20 15:20:30 -0800
committerRider Linden <rider@lindenlab.com>2019-02-20 15:20:30 -0800
commit2401712d1073e85b4b9183d20c6e9274bc874f64 (patch)
tree9fd540e8e0a7db82890d33fd9e3eed39b38aa926 /indra/llmessage
parent4f14dccffaa3b38377ad55486e38e4587a233319 (diff)
SL-9660: Next pass cleanup. Removed and downgraded a number of logs. Removed refs to LAPAS. Better sync with legacy regions.
Diffstat (limited to 'indra/llmessage')
-rw-r--r--indra/llmessage/llassetstorage.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/indra/llmessage/llassetstorage.cpp b/indra/llmessage/llassetstorage.cpp
index 2b12a062c3..18b2b124e1 100644
--- a/indra/llmessage/llassetstorage.cpp
+++ b/indra/llmessage/llassetstorage.cpp
@@ -533,10 +533,6 @@ void LLAssetStorage::getAssetData(const LLUUID uuid,
LLVFile file(mVFS, uuid, type);
U32 size = exists ? file.getSize() : 0;
-// LAPRAS TESTING
-// if (type == LLAssetType::AT_SETTINGS)
-// size = 0;
-
if (size > 0)
{
// we've already got the file