From 35756afeac6cbc316fce6492bdf9dd1ea7eae07d Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Mon, 23 Feb 2004 03:27:06 +0000 Subject: [PATCH] remove debugging Html save --- stepmania/src/Profile.cpp | 7 ------- 1 file changed, 7 deletions(-) diff --git a/stepmania/src/Profile.cpp b/stepmania/src/Profile.cpp index 54ed8ff7bc..73e3096a2f 100644 --- a/stepmania/src/Profile.cpp +++ b/stepmania/src/Profile.cpp @@ -1369,13 +1369,6 @@ void Profile::SaveStatsWebPageToDir( CString sDir ) const PROFILEMAN->GetMachineProfile(), bThisIsMachineProfile ? HTML_TYPE_MACHINE : HTML_TYPE_PLAYER ); - if( bThisIsMachineProfile ) - SaveStatsWebPage( - sDir+"temp/", - this, - PROFILEMAN->GetMachineProfile(), - HTML_TYPE_PLAYER - ); } void Profile::SaveMachinePublicKeyToDir( CString sDir ) const