diff --git a/stepmania/src/BGAnimationLayer.cpp b/stepmania/src/BGAnimationLayer.cpp index 754e65f116..3d52d30b89 100644 --- a/stepmania/src/BGAnimationLayer.cpp +++ b/stepmania/src/BGAnimationLayer.cpp @@ -474,9 +474,7 @@ void BGAnimationLayer::LoadFromIni( CString sAniDir, CString sLayer ) FixSlashesInPlace( sFile ); CString sPath = sAniDir+sFile; - LOG->Trace( "old path is '%s'", sPath.c_str() ); CollapsePath( sPath ); - LOG->Trace( "new path is '%s'", sPath.c_str() ); if( sFile.CompareNoCase("songbackground")==0 ) {