diff --git a/stepmania/src/RageTextureManager.cpp b/stepmania/src/RageTextureManager.cpp index 85014b9b9a..b7404a8d09 100644 --- a/stepmania/src/RageTextureManager.cpp +++ b/stepmania/src/RageTextureManager.cpp @@ -121,7 +121,6 @@ RageTexture* RageTextureManager::LoadTextureInternal( RageTextureID ID ) /* Found the texture. Just increase the refcount and return it. */ RageTexture* pTexture = p->second; pTexture->m_iRefCount++; - LOG->UnmapLog( "LoadTexture" ); return pTexture; } @@ -136,7 +135,6 @@ RageTexture* RageTextureManager::LoadTextureInternal( RageTextureID ID ) m_mapPathToTexture[ID] = pTexture; - LOG->UnmapLog( "LoadTexture" ); return pTexture; }