diff options
| author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2013-04-30 16:54:52 -0400 | 
|---|---|---|
| committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2013-04-30 16:54:52 -0400 | 
| commit | b322c1dbaceaa9359243e030a125e312c54448f3 (patch) | |
| tree | 2028c6a37f539b078df089080512b50e9212e5d7 | |
| parent | ae53d22141288ab1b5ba4a5927d11cf84c59d445 (diff) | |
SH-4140 FIX - removed a gratuitous log message
| -rwxr-xr-x | indra/newview/llviewerinventory.cpp | 4 | 
1 files changed, 0 insertions, 4 deletions
| diff --git a/indra/newview/llviewerinventory.cpp b/indra/newview/llviewerinventory.cpp index d45512df9c..f9afdee4f9 100755 --- a/indra/newview/llviewerinventory.cpp +++ b/indra/newview/llviewerinventory.cpp @@ -627,10 +627,6 @@ S32 LLViewerInventoryCategory::getVersion() const  void LLViewerInventoryCategory::setVersion(S32 version)  { -	if (mPreferredType == LLFolderType::FT_CURRENT_OUTFIT) -	{ -		llinfos << "cof version change " << mVersion << " => " << version << llendl; -	}  	mVersion = version;  } | 
