diff options
author | Richard Linden <none@none> | 2013-07-20 09:41:55 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2013-07-20 09:41:55 -0700 |
commit | 4ff19b8f63f3814e98049064254323716f0fd422 (patch) | |
tree | 92bea057d58c588f232ad85b1b25bbc30e89cf70 /indra/newview/llscenemonitor.cpp | |
parent | e40065f82c797eab41006a448c838f4f1089a2e8 (diff) |
removed debug spam
fast timer data now resets on login
Diffstat (limited to 'indra/newview/llscenemonitor.cpp')
-rw-r--r-- | indra/newview/llscenemonitor.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llscenemonitor.cpp b/indra/newview/llscenemonitor.cpp index 29dd140158..022a950ece 100644 --- a/indra/newview/llscenemonitor.cpp +++ b/indra/newview/llscenemonitor.cpp @@ -491,7 +491,6 @@ void LLSceneMonitor::fetchQueryResult() if(mDiffResult > diff_threshold()) { mSceneLoadRecording.extend(); - llinfos << mSceneLoadRecording.getResults().getLastRecording().getDuration() << llendl; llassert_always(mSceneLoadRecording.getResults().getLastRecording().getDuration() > scene_load_sample_time); } else |