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" );