Remove extra Log

This commit is contained in:
teejusb
2025-03-22 12:01:41 -07:00
parent 0270cda54d
commit 385ac061c0
-1
View File
@@ -97,7 +97,6 @@ void Profile::ClearSongs()
delete curr_song;
}
m_songs.clear();
LOG->Trace("Profile::ClearSongs()");
if (m_group != nullptr)
{
RageUtil::SafeDelete( m_group);