Skip to content
Snippets Groups Projects
Commit fb384e6a authored by Tofu Linden's avatar Tofu Linden
Browse files

move a particularly spammy INFO.

parent 23e17363
No related branches found
No related tags found
No related merge requests found
...@@ -2540,11 +2540,11 @@ void LLVOAvatar::idleUpdateLoadingEffect() ...@@ -2540,11 +2540,11 @@ void LLVOAvatar::idleUpdateLoadingEffect()
{ {
if (isFullyLoaded() && isSelf()) if (isFullyLoaded() && isSelf())
{ {
llinfos << "self isFullyLoaded" << llendl;
static bool first_fully_visible = true; static bool first_fully_visible = true;
if (first_fully_visible) if (first_fully_visible)
{ {
llinfos << "self isFullyLoaded, first_fully_visible" << llendl;
first_fully_visible = false; first_fully_visible = false;
LLAppearanceManager::instance().onFirstFullyVisible(); LLAppearanceManager::instance().onFirstFullyVisible();
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment