Shut up various Trace calls that were clogging the log file uselessly.

This commit is contained in:
Kyzentun Keeslala
2016-02-10 17:14:17 -07:00
parent a341811369
commit 9fe6f49a55
6 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -233,7 +233,7 @@ void RageTextureManager::UnloadTexture( RageTexture *t )
void RageTextureManager::DeleteTexture( RageTexture *t )
{
ASSERT( t->m_iRefCount == 0 );
LOG->Trace( "RageTextureManager: deleting '%s'.", t->GetID().filename.c_str() );
//LOG->Trace( "RageTextureManager: deleting '%s'.", t->GetID().filename.c_str() );
map<RageTexture*, RageTextureID>::iterator id_entry=
m_texture_ids_by_pointer.find(t);