From 91c8740c3533bcf870a191fad30fef1fafbe88c7 Mon Sep 17 00:00:00 2001 From: Gilbert Gonzales Date: Wed, 24 Jul 2013 17:17:19 -0700 Subject: ACME-602 Remove logging code that reveals use of suggested friends --- indra/newview/llfacebookconnect.cpp | 1 - indra/newview/llpanelpeople.cpp | 2 -- 2 files changed, 3 deletions(-) (limited to 'indra/newview') 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(); -- cgit v1.2.3