diff options
author | Ima Mechanique <ima.mechanique@secondlife.com> | 2013-11-21 02:37:40 +0000 |
---|---|---|
committer | Ima Mechanique <ima.mechanique@secondlife.com> | 2013-11-21 02:37:40 +0000 |
commit | 483c829aa370dabfc18cbba770a347b25ec80010 (patch) | |
tree | 8058b1f0e57ab85fe6750d9674978b65308b4520 | |
parent | 25c7ea0532b6316639b7efbbfb9f10bfe7e38635 (diff) |
storm-1831 Removing am uneccessary message.
-rw-r--r-- | indra/newview/llsyntaxid.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/indra/newview/llsyntaxid.cpp b/indra/newview/llsyntaxid.cpp index 66e0777525..e09b083d9c 100644 --- a/indra/newview/llsyntaxid.cpp +++ b/indra/newview/llsyntaxid.cpp @@ -223,10 +223,6 @@ void LLSyntaxIdLSL::initialise() buildFullFileSpec(); if ( !mSyntaxIdNew.isNull() ) { - LL_INFOS("LSLSyntax") - << "We have an ID for the version, processing it!" - << LL_ENDL; - if ( !gDirUtilp->fileExists(mFullFileSpec) ) { // Does not exist, so fetch it from the capability fetchKeywordsFile(); |