Skip to content
Snippets Groups Projects
Commit 7107eb8d authored by Glenn Glazer's avatar Glenn Glazer
Browse files

remove stray debug message

parent 59a4eacb
No related branches found
No related tags found
No related merge requests found
...@@ -64,7 +64,6 @@ S32 LLVersionInfo::getPatch() ...@@ -64,7 +64,6 @@ S32 LLVersionInfo::getPatch()
//static //static
S32 LLVersionInfo::getBuild() S32 LLVersionInfo::getBuild()
{ {
std::cout << "What we have IN llversioninfo: " << LL_VIEWER_VERSION_BUILD << std::endl;
return LL_VIEWER_VERSION_BUILD; return LL_VIEWER_VERSION_BUILD;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment