summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilbert Gonzales <gilbert@lindenlab.com>2013-07-24 17:17:19 -0700
committerGilbert Gonzales <gilbert@lindenlab.com>2013-07-24 17:17:19 -0700
commit91c8740c3533bcf870a191fad30fef1fafbe88c7 (patch)
tree75f3c535c9c7181658a63709e257789ffd0afff9
parent66d41f02ba0e55a2cb34752c8f77b71b9a0c0503 (diff)
ACME-602 Remove logging code that reveals use of suggested friends
-rw-r--r--indra/newview/llfacebookconnect.cpp1
-rwxr-xr-xindra/newview/llpanelpeople.cpp2
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();