summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--indra/llcommon/llsdutil.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/llcommon/llsdutil.cpp b/indra/llcommon/llsdutil.cpp
index 8ccd915e6d..9d00395c0a 100644
--- a/indra/llcommon/llsdutil.cpp
+++ b/indra/llcommon/llsdutil.cpp
@@ -196,10 +196,7 @@ char* ll_pretty_print_sd(const LLSD& sd)
std::string ll_stream_notation_sd(const LLSD& sd)
{
std::ostringstream stream;
- //stream.rdbuf()->pubsetbuf(buffer, bufferSize);
stream << LLSDOStreamer<LLSDNotationFormatter>(sd);
- stream << std::ends;
-
return stream.str();
}