summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorIma Mechanique <ima.mechanique@secondlife.com>2013-10-25 19:29:06 +0100
committerIma Mechanique <ima.mechanique@secondlife.com>2013-10-25 19:29:06 +0100
commitbf2aad25f4db1564483f3450623775e53822346d (patch)
tree03999f8b76e2269ad0eae6335590b892b6642b74 /indra/newview
parent87978dc481b54b0b5528949e291c5fe06e5e10eb (diff)
cleaning out extra (commented) setKeywordsXml call
Diffstat (limited to 'indra/newview')
-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);