1
0
mirror of https://github.com/strawberrymusicplayer/strawberry synced 2025-01-19 04:00:40 +01:00

Remove debug line

This commit is contained in:
Jonas Kvinge 2020-10-21 21:33:26 +02:00
parent 6834324de2
commit f7c666584e

View File

@ -76,7 +76,6 @@ TEST_F(OrganizeFormatTest, BasicReplacePaths) {
ASSERT_TRUE(format_.IsValid()); ASSERT_TRUE(format_.IsValid());
qLog(Debug) << format_.GetFilenameForSong(song_);
EXPECT_EQ("albumartist/album/321_albumartist_artist_album_title", format_.GetFilenameForSong(song_)); EXPECT_EQ("albumartist/album/321_albumartist_artist_album_title", format_.GetFilenameForSong(song_));
} }