summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
Diffstat (limited to 'indra')
-rw-r--r--indra/newview/llsyntaxid.cpp7
1 files changed, 3 insertions, 4 deletions
diff --git a/indra/newview/llsyntaxid.cpp b/indra/newview/llsyntaxid.cpp
index 4b7a420384..b917134037 100644
--- a/indra/newview/llsyntaxid.cpp
+++ b/indra/newview/llsyntaxid.cpp
@@ -69,11 +69,10 @@ public:
LLSD& xml = LLSD::emptyMap();
LLSDSerialize::deserialize(xml, str, 10485760);
- //LLSyntaxIdLSL::setKeywordsXml(xml);
LL_WARNS("")
- << "fetchKeywordsFileResponder result:" << str.str()
- << "filename: '" << mFileSpec << "'"
- << LL_ENDL;
+ << "fetchKeywordsFileResponder result:" << str.str()
+ << "filename: '" << mFileSpec << "'"
+ << LL_ENDL;
// TODO save the damn str to disc
//llofstream file(mFileSpec, std::ios_base::out);