remove debugging

This commit is contained in:
Glenn Maynard
2004-04-26 00:06:42 +00:00
parent fe9459b29e
commit 84e873bb28
3 changed files with 2 additions and 9 deletions
-3
View File
@@ -1283,12 +1283,9 @@ int Song::GetNumNotesWithGrade( Grade g ) const
{
Steps* pSteps = vNotes[j];
CHECKPOINT;
if( PROFILEMAN->GetMachineProfile()->GetStepsHighScoreList(this,pSteps).GetTopScore().grade == g )
iCount++;
CHECKPOINT;
}
CHECKPOINT;
return iCount;
}