From ae1e97c6f50082cc70de7204648fb18e557236cc Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Thu, 10 Jul 2003 17:44:00 +0000 Subject: [PATCH] remove debug --- stepmania/src/ModelTypes.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/stepmania/src/ModelTypes.cpp b/stepmania/src/ModelTypes.cpp index 343493b52a..c45d63ca7e 100644 --- a/stepmania/src/ModelTypes.cpp +++ b/stepmania/src/ModelTypes.cpp @@ -30,14 +30,12 @@ AnimatedTexture::~AnimatedTexture() void AnimatedTexture::Load( CString sTexOrIniPath ) { -LOG->Trace("AnimatedTexture::Load(%s)", sTexOrIniPath.c_str()); ASSERT( vFrames.empty() ); // don't load more than once CString sDir, sFName, sExt; splitrelpath( sTexOrIniPath, sDir, sFName, sExt ); bool bIsIni = sTexOrIniPath.Right(3).CompareNoCase("ini")== 0; -LOG->Trace("sTexOrIniPath: is ini: %i", bIsIni); if( bIsIni ) { IniFile ini;