diff options
author | Dave SIMmONs <simon@lindenlab.com> | 2011-03-08 09:46:56 -0800 |
---|---|---|
committer | Dave SIMmONs <simon@lindenlab.com> | 2011-03-08 09:46:56 -0800 |
commit | 07e3f01389c6f86a370e6b591bf8e7d1ccff2729 (patch) | |
tree | 3bb3e7e64d081f5d21de90c3eba6f2a07bf3f842 /indra/newview/llappviewerwin32.cpp | |
parent | 4de2797dbd1cb1cea09acf653af7a49c88590057 (diff) |
Removed two log messages commited in error earlier.
Diffstat (limited to 'indra/newview/llappviewerwin32.cpp')
-rw-r--r-- | indra/newview/llappviewerwin32.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/llappviewerwin32.cpp b/indra/newview/llappviewerwin32.cpp index 2fbec6e49e..b9d546de59 100644 --- a/indra/newview/llappviewerwin32.cpp +++ b/indra/newview/llappviewerwin32.cpp @@ -384,10 +384,8 @@ bool LLAppViewerWin32::initLogging() void LLAppViewerWin32::initConsole() { - llinfos << "Test before create_console" << llendl; // pop up debug console create_console(); - llinfos << "Test after create_console" << llendl; return LLAppViewer::initConsole(); } |