diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llstatview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llstatview.cpp b/linden/indra/newview/llstatview.cpp index a38c012..9a3fcff 100644 --- a/linden/indra/newview/llstatview.cpp +++ b/linden/indra/newview/llstatview.cpp | |||
@@ -76,7 +76,7 @@ LLStatBar *LLStatView::addStat(const std::string& name, LLStat *statp, | |||
76 | 76 | ||
77 | // if (getStatBar(name)) | 77 | // if (getStatBar(name)) |
78 | // { | 78 | // { |
79 | // llinfos << "LLStatView::addStat - Stat already exists!" << llendl | 79 | // llinfos << "LLStatView::addStat - Stat already exists!" << llendl; |
80 | // return NULL; | 80 | // return NULL; |
81 | // } | 81 | // } |
82 | 82 | ||