From ec7bfc6fca2ad8d0e46bc02aca1fda40a1e4319b Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Mon, 10 Nov 2003 01:13:10 +0000 Subject: [PATCH] remove debugging code --- stepmania/src/Steps.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/stepmania/src/Steps.cpp b/stepmania/src/Steps.cpp index 8c191f77c6..0011951685 100644 --- a/stepmania/src/Steps.cpp +++ b/stepmania/src/Steps.cpp @@ -339,10 +339,6 @@ bool Steps::MemCardData::HighScore::operator>=( const Steps::MemCardData::HighSc void Steps::MemCardData::AddHighScore( Steps::MemCardData::HighScore hs, int &iIndexOut ) { int i; - for( i=0; i<(int)vHighScores.size(); i++ ) - { - ASSERT( vHighScores[i].sName != RANKING_TO_FILL_IN_MARKER[0] ); - } for( i=0; i<(int)vHighScores.size(); i++ ) {