move a particularly spammy INFO.
parent
23e173631d
commit
fb384e6af4
|
|
@ -2540,11 +2540,11 @@ void LLVOAvatar::idleUpdateLoadingEffect()
|
|||
{
|
||||
if (isFullyLoaded() && isSelf())
|
||||
{
|
||||
llinfos << "self isFullyLoaded" << llendl;
|
||||
|
||||
static bool first_fully_visible = true;
|
||||
if (first_fully_visible)
|
||||
{
|
||||
llinfos << "self isFullyLoaded, first_fully_visible" << llendl;
|
||||
|
||||
first_fully_visible = false;
|
||||
LLAppearanceManager::instance().onFirstFullyVisible();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue