From ad2edc1d8336c745fc897197e2e85debf3654c17 Mon Sep 17 00:00:00 2001
From: Callum Prentice <callum@lindenlab.com>
Date: Tue, 9 Mar 2021 18:35:30 -0800
Subject: Remove debugging tags

---
 indra/llfilesystem/lldiskcache.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'indra/llfilesystem')

diff --git a/indra/llfilesystem/lldiskcache.cpp b/indra/llfilesystem/lldiskcache.cpp
index 61eb654693..c9f7684b5a 100644
--- a/indra/llfilesystem/lldiskcache.cpp
+++ b/indra/llfilesystem/lldiskcache.cpp
@@ -192,8 +192,8 @@ const std::string LLDiskCache::metaDataToFilepath(const std::string id,
     file_path << id;
     file_path << "_";
     file_path << (extra_info.empty() ? "0" : extra_info);
-    file_path << "_";
-    file_path << assetTypeToString(at); // see  SL-14210 Prune descriptive tag from new cache filenames
+    //file_path << "_";
+    //file_path << assetTypeToString(at); // see  SL-14210 Prune descriptive tag from new cache filenames
                                           // for details of why it was removed. Note that if you put it
                                           // back or change the format of the filename, the cache files
                                           // files will be invalidated (and perhaps, more importantly,
-- 
cgit v1.2.3