quiet old log

This commit is contained in:
Glenn Maynard
2004-05-19 04:09:08 +00:00
parent b5c3cf2e50
commit f07a2c47cf
+1 -1
View File
@@ -414,7 +414,7 @@ bool DWILoader::LoadFromDWIFile( CString sPath, Song &out )
float fFreezeSeconds = (float)atof( arrayFreezeValues[1] ) / 1000.0f;
out.AddStopSegment( StopSegment(fFreezeBeat, fFreezeSeconds) );
LOG->Trace( "Adding a freeze segment: beat: %f, seconds = %f", fFreezeBeat, fFreezeSeconds );
// LOG->Trace( "Adding a freeze segment: beat: %f, seconds = %f", fFreezeBeat, fFreezeSeconds );
}
}