diff --git a/src/Profile.cpp b/src/Profile.cpp index 797410755d..ffafc2d42c 100644 --- a/src/Profile.cpp +++ b/src/Profile.cpp @@ -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);