Some clean up for insert song records into the database

This commit is contained in:
kdeng00
2019-08-25 14:54:09 -04:00
parent d54715ac25
commit 2145adb039
6 changed files with 143 additions and 71 deletions
-1
View File
@@ -34,7 +34,6 @@ Cover coverArtRepository::retrieveRecord(Cover& cov, coverFilter filter = coverF
}
const std::string query = qry.str();
std::cout << query << std::endl;
auto results = perform_mysql_query(conn, query);
std::cout << "the query has been performed" << std::endl;