diff options
| -rw-r--r-- | indra/newview/llfacebookconnect.cpp | 1 | ||||
| -rwxr-xr-x | indra/newview/llpanelpeople.cpp | 2 | 
2 files changed, 0 insertions, 3 deletions
| diff --git a/indra/newview/llfacebookconnect.cpp b/indra/newview/llfacebookconnect.cpp index cccfb6f2b8..486195a483 100644 --- a/indra/newview/llfacebookconnect.cpp +++ b/indra/newview/llfacebookconnect.cpp @@ -325,7 +325,6 @@ public:  	{  		if (isGoodStatus(status))  		{ -			llinfos << "Facebook: Friends list received" << llendl;  			LL_DEBUGS("FacebookConnect") << "Getting Facebook friends successful. content: " << content << LL_ENDL;  			LLFacebookConnect::instance().storeContent(content);  		} diff --git a/indra/newview/llpanelpeople.cpp b/indra/newview/llpanelpeople.cpp index 766335c982..f1ee76f733 100755 --- a/indra/newview/llpanelpeople.cpp +++ b/indra/newview/llpanelpeople.cpp @@ -785,8 +785,6 @@ bool LLPanelPeople::updateSuggestedFriendList()  {  	if (LLFacebookConnect::instance().generation() != mFacebookListGeneration)  	{ -		llinfos << "Facebook: Updating Suggested Friends List" << llendl; -  		mFacebookListGeneration = LLFacebookConnect::instance().generation();  		const LLAvatarTracker& av_tracker = LLAvatarTracker::instance(); | 
