diff --git a/indra/newview/llfloateravatartextures.cpp b/indra/newview/llfloateravatartextures.cpp
index e81b5d7fc..11af4b628 100644
--- a/indra/newview/llfloateravatartextures.cpp
+++ b/indra/newview/llfloateravatartextures.cpp
@@ -89,7 +89,9 @@ void LLFloaterAvatarTextures::draw()
LLFloater::draw();
}
-#if !LL_RELEASE_FOR_DOWNLOAD
+//
+//#if !LL_RELEASE_FOR_DOWNLOAD
+//
static void update_texture_ctrl(LLVOAvatar* avatarp,
LLTextureCtrl* ctrl,
ETextureIndex te)
@@ -146,6 +148,9 @@ void LLFloaterAvatarTextures::refresh()
}
}
+//
+/*
+//
#else
void LLFloaterAvatarTextures::refresh()
@@ -153,11 +158,16 @@ void LLFloaterAvatarTextures::refresh()
}
#endif
+//
+*/
+//
// static
void LLFloaterAvatarTextures::onClickDump(void* data)
{
-#if !LL_RELEASE_FOR_DOWNLOAD
+//
+//#if !LL_RELEASE_FOR_DOWNLOAD
+//
LLFloaterAvatarTextures* self = (LLFloaterAvatarTextures*)data;
LLVOAvatar* avatarp = find_avatar(self->mID);
if (!avatarp) return;
@@ -169,5 +179,7 @@ void LLFloaterAvatarTextures::onClickDump(void* data)
llinfos << "Avatar TE " << i << " id " << te->getID() << llendl;
}
-#endif
+//
+//#endif
+//
}
diff --git a/indra/newview/llviewermenu.cpp b/indra/newview/llviewermenu.cpp
index 819e7ab48..807111df5 100644
--- a/indra/newview/llviewermenu.cpp
+++ b/indra/newview/llviewermenu.cpp
@@ -2461,11 +2461,15 @@ class LLAvatarDebug : public view_listener_t
if( avatar )
{
avatar->dumpLocalTextures();
+ // hell no don't tell them about that
+ /*
llinfos << "Dumping temporary asset data to simulator logs for avatar " << avatar->getID() << llendl;
std::vector strings;
strings.push_back(avatar->getID().asString());
LLUUID invoice;
send_generic_message("dumptempassetdata", strings, invoice);
+ */
+ //
LLFloaterAvatarTextures::show( avatar->getID() );
}
return true;