Remove debug silliness, that results in empty code generation.

master
Beq 2023-08-02 18:45:34 +01:00
parent 2d9200e617
commit 2a413d9d47
1 changed files with 5 additions and 5 deletions

View File

@ -836,11 +836,11 @@ void send_viewer_stats(bool include_preferences)
LL_INFOS("LogViewerStatsPacket") << "Sending viewer statistics: " << body << LL_ENDL;
LL_DEBUGS("LogViewerStatsPacket");
std::string filename("viewer_stats_packet.xml");
llofstream of(filename.c_str());
LLSDSerialize::toPrettyXML(body,of);
LL_ENDL;
// LL_DEBUGS("LogViewerStatsPacket");
// std::string filename("viewer_stats_packet.xml");
// llofstream of(filename.c_str());
// LLSDSerialize::toPrettyXML(body,of);
// LL_ENDL;
// The session ID token must never appear in logs
body["session_id"] = gAgentSessionID;