summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorIma Mechanique <ima.mechanique@secondlife.com>2013-11-21 02:37:40 +0000
committerIma Mechanique <ima.mechanique@secondlife.com>2013-11-21 02:37:40 +0000
commit483c829aa370dabfc18cbba770a347b25ec80010 (patch)
tree8058b1f0e57ab85fe6750d9674978b65308b4520 /indra/newview
parent25c7ea0532b6316639b7efbbfb9f10bfe7e38635 (diff)
storm-1831 Removing am uneccessary message.
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/llsyntaxid.cpp4
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();