diff options
Diffstat (limited to 'indra/newview')
| -rw-r--r-- | indra/newview/llappviewerwin32.cpp | 2 | ||||
| -rw-r--r-- | indra/newview/llstartup.cpp | 1 | 
2 files changed, 0 insertions, 3 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();  } diff --git a/indra/newview/llstartup.cpp b/indra/newview/llstartup.cpp index 49d4983294..7ced909dd3 100644 --- a/indra/newview/llstartup.cpp +++ b/indra/newview/llstartup.cpp @@ -1965,7 +1965,6 @@ bool idle_startup()  		// Start automatic replay if the flag is set.  		if (gSavedSettings.getBOOL("StatsAutoRun") || LLAgentPilot::sReplaySession)  		{ -			LLUUID id;  			LL_DEBUGS("AppInit") << "Starting automatic playback" << LL_ENDL;  			gAgentPilot.startPlayback();  		} | 
