From b8e540018bd9c81f37b14d9b7b56c8db7b14d452 Mon Sep 17 00:00:00 2001 From: Ansariel Date: Sat, 13 Feb 2016 14:48:53 +0100 Subject: [PATCH] Remove some unnecessary logging --- indra/newview/llvoavatar.cpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/indra/newview/llvoavatar.cpp b/indra/newview/llvoavatar.cpp index 49804f6696..215aee77e4 100644 --- a/indra/newview/llvoavatar.cpp +++ b/indra/newview/llvoavatar.cpp @@ -8655,7 +8655,6 @@ void LLVOAvatar::dumpArchetypeXML(const std::string& prefix, bool group_by_weara LLFilePicker& file_picker = LLFilePicker::instance(); if(!file_picker.getSaveFile(LLFilePicker::FFSAVE_XML, outfilename)) { - LL_INFOS("DumpArchetypeXML") << "User closed the filepicker" << LL_ENDL; return; } // @@ -8672,10 +8671,7 @@ void LLVOAvatar::dumpArchetypeXML(const std::string& prefix, bool group_by_weara LLAPRFile::tFiletype* file = outfile.getFileHandle(); // - // FIRE-8893 - Dump archetype xml to user defined location - //LL_INFOS() << "xmlfile write handle obtained : " << fullpath << LL_ENDL; - LL_INFOS("DumpArchetypeXML") << "xmlfile write handle obtained : " << fullpath << LL_ENDL; - // + LL_INFOS() << "xmlfile write handle obtained : " << fullpath << LL_ENDL; apr_file_printf( file, "\n" ); apr_file_printf( file, "\n" );