forgout about one file

This commit is contained in:
kdeng00
2019-11-12 23:03:42 -05:00
parent 41ae06e19a
commit 3b0f199dca
-1
View File
@@ -535,7 +535,6 @@ model::Song SongRepository::parseRecord(MYSQL_STMT *stmt)
status = mysql_stmt_fetch(stmt);
song.title = std::get<0>(metaBuff);
std::cout << "parsing song record\n the title is: " << song.title << std::endl;
song.artist = std::get<1>(metaBuff);
song.album = std::get<2>(metaBuff);
song.genre = std::get<3>(metaBuff);