diff options
Diffstat (limited to 'indra/newview/llpanelpeople.cpp')
-rwxr-xr-x | indra/newview/llpanelpeople.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
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(); |