From 0a4a6fc818ddb543bbae7104e528b92318bde6c2 Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Sun, 2 May 2004 19:24:12 +0000 Subject: [PATCH] don't sign stats.html --- stepmania/src/ProfileHtml.cpp | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/stepmania/src/ProfileHtml.cpp b/stepmania/src/ProfileHtml.cpp index afc884aced..393f11fe1d 100644 --- a/stepmania/src/ProfileHtml.cpp +++ b/stepmania/src/ProfileHtml.cpp @@ -1227,11 +1227,9 @@ TITLE.c_str(), STYLE_CSS.c_str() ) ); f.PutLine( "\n" ); f.Close(); - // - // Sign Stats.html - // - if( PREFSMAN->m_bSignProfileData ) - CryptManager::SignFileToFile(fn); + // don't sign Stats.html. It's redundant and very slow. + //if( PREFSMAN->m_bSignProfileData ) + // CryptManager::SignFileToFile(fn); // // Copy CSS file from theme. If the copy fails, oh well...