summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
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();