summaryrefslogtreecommitdiff
path: root/indra/llcommon/llerror.cpp
diff options
context:
space:
mode:
authorRichard Linden <none@none>2013-07-30 19:14:19 -0700
committerRichard Linden <none@none>2013-07-30 19:14:19 -0700
commit910874a7e32bdfc456474e2d0ee84d190be3011e (patch)
tree70f983bbb5661455f85d7cf7788f5649e56ad15a /indra/llcommon/llerror.cpp
parenta2e22732f195dc075a733c79f15156752f522a43 (diff)
more cleanup
Diffstat (limited to 'indra/llcommon/llerror.cpp')
-rwxr-xr-xindra/llcommon/llerror.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/llcommon/llerror.cpp b/indra/llcommon/llerror.cpp
index 6da9df4dce..947aa11e94 100755
--- a/indra/llcommon/llerror.cpp
+++ b/indra/llcommon/llerror.cpp
@@ -113,8 +113,6 @@ namespace {
const std::string& message)
{
mFile << message << std::endl;
- // mFile.flush();
- // *FIX: should we do this?
}
private: