From 165db0295ef899641bc59f9c58a55874387f3580 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Wed, 18 Feb 2004 03:20:54 +0000 Subject: [PATCH] turn off debugging --- stepmania/src/Profile.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/Profile.cpp b/stepmania/src/Profile.cpp index 1daefd3869..c3c633e30e 100644 --- a/stepmania/src/Profile.cpp +++ b/stepmania/src/Profile.cpp @@ -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 {