remove debugging
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user