diff options
author | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2014-06-03 13:52:39 +0300 |
---|---|---|
committer | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2014-06-03 13:52:39 +0300 |
commit | 445b13dc5203e2931379953bc5e9cd589cd841c6 (patch) | |
tree | 7e9b8b59b80db64fbe0657a9283cf6592549d3b7 /indra | |
parent | c5f85d6e3819316331de39611735c268553c70ed (diff) |
MAINT-4120 FIXED Remove the message because it's only called for STATE_WEARABLES_WAIT state.
Diffstat (limited to 'indra')
-rwxr-xr-x | indra/newview/llstartup.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llstartup.cpp b/indra/newview/llstartup.cpp index cca079b4c9..9cfc913c5a 100755 --- a/indra/newview/llstartup.cpp +++ b/indra/newview/llstartup.cpp @@ -2188,7 +2188,6 @@ bool idle_startup() return TRUE; } - LL_WARNS("AppInit") << "Reached end of idle_startup for state " << LLStartUp::getStartupState() << LL_ENDL; return TRUE; } |