summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn Glazer <coyot@lindenlab.com>2017-03-22 14:52:30 -0700
committerGlenn Glazer <coyot@lindenlab.com>2017-03-22 14:52:30 -0700
commit7107eb8db4f703fa64a2a01392ba8ca843d9be95 (patch)
tree9bfa95615808d85effa9a18cf54748bd29a2c2cd
parent59a4eacb425bbae34d7213e6293c76b6861b97e3 (diff)
remove stray debug message
-rw-r--r--indra/newview/llversioninfo.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llversioninfo.cpp b/indra/newview/llversioninfo.cpp
index bf9d98ee91..375dce485d 100644
--- a/indra/newview/llversioninfo.cpp
+++ b/indra/newview/llversioninfo.cpp
@@ -64,7 +64,6 @@ S32 LLVersionInfo::getPatch()
//static
S32 LLVersionInfo::getBuild()
{
- std::cout << "What we have IN llversioninfo: " << LL_VIEWER_VERSION_BUILD << std::endl;
return LL_VIEWER_VERSION_BUILD;
}