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