diff --git a/stepmania/src/RageFileDriverDeflate.cpp b/stepmania/src/RageFileDriverDeflate.cpp index 52c6bcdc38..7338288bc7 100644 --- a/stepmania/src/RageFileDriverDeflate.cpp +++ b/stepmania/src/RageFileDriverDeflate.cpp @@ -295,7 +295,6 @@ int RageFileObjDeflate::FlushInternal() SetError( m_pFile->GetError() ); return -1; } - LOG->Trace("FlushInternal: wrote %i/%i", iRet, iBytes); if( iRet < iBytes ) { SetError( "Partial write" );