Remove debug line

This commit is contained in:
Jonas Kvinge 2020-10-21 21:33:26 +02:00
parent 6834324de2
commit f7c666584e
1 changed files with 0 additions and 1 deletions

View File

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