remove trace

This commit is contained in:
Glenn Maynard
2003-10-24 09:39:30 +00:00
parent 9066982878
commit f621143326
-2
View File
@@ -677,8 +677,6 @@ void GameState::ActivateAttack( PlayerNumber target, int slot, bool ActivingDela
void GameState::SetNoteSkinForBeatRange( PlayerNumber pn, CString sNoteSkin, float StartBeat, float EndBeat )
{
LOG->Trace("... queue at %f..%f", StartBeat, EndBeat );
map<float,CString> &BeatToNoteSkin = m_BeatToNoteSkin[pn];
/* Erase any other note skin settings in this range. */