unneeded log

This commit is contained in:
Glenn Maynard
2003-12-03 01:52:51 +00:00
parent 60beca458d
commit 99d194aacf
-2
View File
@@ -1097,8 +1097,6 @@ bool Song::SongHasNotesTypeAndDifficulty( StepsType nt, Difficulty dc ) const
void Song::SaveToCacheFile() void Song::SaveToCacheFile()
{ {
LOG->Trace( "Song::SaveToCacheFile()" );
SONGINDEX->AddCacheIndex(m_sSongDir, GetHashForDirectory(m_sSongDir)); SONGINDEX->AddCacheIndex(m_sSongDir, GetHashForDirectory(m_sSongDir));
SaveToSMFile( GetCacheFilePath(), true ); SaveToSMFile( GetCacheFilePath(), true );
} }