diff options
author | Graham Linden <graham@lindenlab.com> | 2019-02-21 08:23:26 -0800 |
---|---|---|
committer | Graham Linden <graham@lindenlab.com> | 2019-02-21 08:23:26 -0800 |
commit | 5ff4580cbb950b82cdcec6574b3292ea3d67ac21 (patch) | |
tree | 15fc6ac8a6fa2500cb5dc4578aa4807f96b82e9b /indra/llmessage | |
parent | 5bc31e5992ad3891de469b4c452090f7f348fcbb (diff) | |
parent | e1d8f11a21c76d0632471dce9f5b23246137546a (diff) |
Merge
Diffstat (limited to 'indra/llmessage')
-rw-r--r-- | indra/llmessage/llassetstorage.cpp | 4 |
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 |