turn off debugging

This commit is contained in:
Glenn Maynard
2004-02-18 03:20:54 +00:00
parent 7cc0b1c747
commit 165db0295e
+1 -1
View File
@@ -1003,7 +1003,7 @@ void Profile::SaveStatsWebPageToDir( CString sDir ) const
if( bThisIsMachineProfile )
{
SaveMachineHtmlToDir( sDir, this );
SavePlayerHtmlToDir( sDir+"temp/", this, PROFILEMAN->GetMachineProfile() ); // remove this when done debugging
// SavePlayerHtmlToDir( sDir+"temp/", this, PROFILEMAN->GetMachineProfile() ); // remove this when done debugging
}
else
{