remove some verbose avatar logging (from Nyx Linden)

Tank_Master 2013-04-18 14:26:38 -07:00
parent 4a2bd27b5e
commit f832cdcbd9
1 changed files with 0 additions and 7 deletions

View File

@ -6467,13 +6467,6 @@ void LLVOAvatar::logMetricsTimerRecord(const std::string& phase_name, F32 elapse
record["is_using_server_bakes"] = ((bool) isUsingServerBakes());
record["is_self"] = isSelf();
#if 0 // verbose logging
std::ostringstream ostr;
ostr << LLSDNotationStreamer(record);
LL_DEBUGS("Avatar") << "record\n" << ostr.str() << llendl;
#endif
if (isAgentAvatarValid())
{
gAgentAvatarp->addMetricsTimerRecord(record);